Byte oriented data types in python

Ravi ra.ravi.rav at gmail.com
Sun Jan 25 10:27:33 EST 2009


> Take a look at the struct and ctypes modules.

struct is really not the choice. it returns an expanded string of the
data and this means larger latency over bluetooth.

ctypes is basically for the interface with libraries written in C
(this I read from the python docs)




More information about the Python-list mailing list