Re: [Twisted-Python] GPRS/Modem protocol through USB support

2014-09-22 Thread Bram Van Steenlandt
op 22-09-14 18:03, Laurens Van Houtven schreef: On 22 Sep 2014, at 17:31, Bram Van Steenlandt wrote: No specific reason actually, I didn't even know twisted had support for a serial port. This being said: ftdio_sio can be a bit buggy at times, esp when using multiple devices on the

Re: [Twisted-Python] GPRS/Modem protocol through USB support

2014-09-22 Thread Bram Van Steenlandt
does twisted has this serial port support actually ? Bram op 22-09-14 17:05, Laurens Van Houtven schreef: Hi Bram & Simon, I'll answer both e-mails in one go :-) On 22 Sep 2014, at 16:57, Bram Van Steenlandt wrote: I'm using a gsm modem for sending sms messages, the modem is rs232

Re: [Twisted-Python] GPRS/Modem protocol through USB support

2014-09-22 Thread Bram Van Steenlandt
Hi, I'm using a gsm modem for sending sms messages, the modem is rs232 so I have to use and ftdi adapter. You can use these with pyserial in a thread in twisted. It uses AT commands, I have one from sierra wireless, some phones can do the same. 3G/internet is something else, here you just ne