Search Results

Search: Posts Made By: enaud
82,885
Posted By Corona688
I really don't know and can't tell from here. ...
I really don't know and can't tell from here. You may have to keep fiddling with stty until communication with the modem is established. I don't even know if your modem responds quite like mine...
82,885
Posted By neutronscott
#!/bin/bash modem=/dev/ttyUSB3 ...
#!/bin/bash
modem=/dev/ttyUSB3
file=/home/giuseppe/Desktop/SCRIPTMODEM/imsi.txt

# print error to stderr and exit unsuccessfully
die() {
echo "$@" >&2
exit 1
}

# chat helper. try...
82,885
Posted By Corona688
I don't think he means literally uploading a...
I don't think he means literally uploading a binary file. I think he just means putting the contents of a text file into the modem.

cat < file > /dev/ttyS3
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 09:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy