Parsing chars from serial port
Erik Myllymaki
erik at pacific-shores.com
Sat Dec 1 16:29:37 EST 2001
More information about the Python-list mailing list
Sat Dec 1 16:29:37 EST 2001
- Previous message (by thread): Parsing chars from serial port
- Next message (by thread): PythonWin DDE Conversion error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am using the win32comport_demo as the basis for a serial port handler. It works well, but the even loop grabs input from the COM port character-by-character, and I need to pass a full line to my database. I have fooled around with this all morning, but I feel like I am reinventing the whell. Can anyone point to my solution? -- Erik Myllymaki erik at pacific-shores.com
- Previous message (by thread): Parsing chars from serial port
- Next message (by thread): PythonWin DDE Conversion error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list