|
|
Home Linux and 3G Forum
|
|
PHARscape 3G Datacards and Linux
|
| View previous topic :: View next topic |
| Author |
Message |
Paul Site Admin
Joined: 08 Oct 2004 Posts: 510 Location: UK and Belgium

|
Posted: Mon Jul 17, 2006 3:47 pm Post subject: Automation - Passing the SIM PIN to comgt |
|
|
Useful Bash script fragments:
Building comgt into a script:
| Code: | echo Please enter the PIN
read PIN
echo $PIN | comgt -d /dev/noz0 |
Reading the PIN from a file:
PIN.txt
The script:
| Code: | | comgt -d /dev/noz0 < PIN.txt |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
|
|
|
|