The kermit tag has no wiki summary.
1
vote
0answers
200 views
Auto call answer with Huawei modem
I have problem with call auto answer in modem Huawei E303.
On modems E173 auto call anwer is working fine. But on Huawei E303 it's not working.
Steps that i do:
Open kermit:
set line /dev/ttyUSB0
...
2
votes
2answers
607 views
Send file by xmodem or kermit protocol with GNU screen
I work with an RS-232 device via GNU screen.
$ screen /dev/ttyUSB0 115200
At some point I need to send a local file to the device using either the xmodem or kermit protocol. On Windows I use ...