pyserial to read from DS1615 temperature recorder chip

Gerhard Fiedler gelists at gmail.com
Mon Jul 24 13:59:30 EDT 2006


On 2006-07-24 14:03:30, alexandre_irrthum at yahoo.com wrote:

> To read from the chip, one must issue the "read page" command (33h),
> followed by the two-byte address of the requested page (pages are 32
> bytes long). After receiving this, the DS1615 will send the data in a
> burst of (up to) 32 bytes. 

I'm not sure what you mean when you say it will send "up to" 32 bytes. If
you mean that it sends bytes until all existing values have been sent --
did you make sure you have any values in the buffer?

(Just asking the obvious... :)

Gerhard




More information about the Python-list mailing list