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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to