faucamp / python-gsmmodem

Python module to control a GSM modem attached to the system: send/receive SMS messages, handle calls, etc
GNU Lesser General Public License v3.0
384 stars 302 forks source link

Telnet-attache devices #53

Open dene14 opened 9 years ago

dene14 commented 9 years ago

Hello there!

It's rather a question than an issue, though... Is there any convenient way to use that library with telnet-attached devices? There is a plenty of them and I'm interested to hear someone's experience with it.

Thank you!

babca commented 8 years ago

You can try socat to create virtual serial port and connect TTY over TCP. I've got it working.