Help me

2002-02-08 Thread Leandro Carvalho
Is there a way to me get any data from a serial port? I need to read it and put the data into a Mysql BD. ___ ActivePython mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Re: Help me

2002-02-08 Thread Matthew
>From "The Whole Python FAQ": 4.68. How do I access the serial (RS232) port? There's a Windows serial communication module (for communication over RS 232 serial ports) at ftp://ftp.python.org/pub/python/contrib/sio-151.zip http://www.python.org/ftp/python/contrib/sio-151.zip For DOS, try Ha