Le 15 Avril 2005 17:40, Sukandar Kartadinata a écrit :
the obvious workaround for the moment is to send two 16bit numbers instead of one 32bit......
Then you could use "divmod 0 65535" to split a 32 bits number into a list of two 16 bits numbers.This is a solution, not a workaround... ;-) -- Marc