signed vs unsigned int

John Nagle nagle at animats.com
Fri Jun 4 16:26:00 EDT 2010


johnty wrote:
> i'm reading bytes from a serial port, and storing it into an array.

    Try reading into a type "bytearray".  That's the proper data type
for raw bytes.

					John Nagle



More information about the Python-list mailing list