libsigrok/hardware/tekpower-dmm
Alexandru Gagniuc 2546b05c80 tekpower-dmm: Improve serial detection.
Serial detection was using serial_readline, which stripped carriage
return from the packets. This made for a very unreliable detection
mechanism.

Switch to a timeout-based detection mechanism that parses the data
as it comes in. This also allows us to stop parsing once we found
our first valid packet.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2012-11-14 18:13:56 +01:00
..
Makefile.am Add support for the TekPower TP4000ZC DMM. 2012-10-27 22:25:04 +02:00
api.c tekpower-dmm: Improve serial detection. 2012-11-14 18:13:56 +01:00
protocol.c tekpower-dmm: use new serial API 2012-11-12 12:50:42 +01:00
protocol.h tekpower-dmm: use new serial API 2012-11-12 12:50:42 +01:00