Re: Parsing data from pyserial
On 2006-12-04, John Machin <sjmachin@lexic on.netwrote:
What lack of buffering?
--
Grant Edwards grante Yow! RELATIVES!!
at
visi.com
On 2006-12-04, John Machin <sjmachin@lexic on.netwrote:
Try reading previous posts. The OP reported that to be returned from
the cam, based on print forty_bytes, not print repr(forty_byte s). I
think everybody (including possibly even the OP) is willing to believe
that the cam is *generating* correct parseable stuff, followed by '\r'
-- the problem now is how to get as many samples per second as is
reasonable in the face of problems like lack of buffering,
the cam, based on print forty_bytes, not print repr(forty_byte s). I
think everybody (including possibly even the OP) is willing to believe
that the cam is *generating* correct parseable stuff, followed by '\r'
-- the problem now is how to get as many samples per second as is
reasonable in the face of problems like lack of buffering,
--
Grant Edwards grante Yow! RELATIVES!!
at
visi.com
Comment