Comment 2 for bug 280637

Revision history for this message
Bas Grolleman (bgrolleman) wrote :

Ok, after spending a few hours greping and searching and comparing with the Vodafone connect software, I got it to work.

#!/bin/bash
echo "ATZ^M" > /dev/ttyUSB0
echo "CPIN=0000^M" > /dev/ttyUSB0

Seems something goes wrong with sending the pin number, I'm at the office now but I will try and see if I can reproduce this on the way home.