libsigrok/hardware/common
Alexandru Gagniuc 76b55dfa8a metex14: Fix parsing of spaces.
When the parser found a space, it treated it as an invalid digit
and discarded the whole packet. This behavior was incorrect on
2000 count devices, where the first digit can be sent as a space
rather than a '0'.

Convert spaces to '0' and parse them as usual.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2012-12-02 14:21:18 +01:00
..
dmm metex14: Fix parsing of spaces. 2012-12-02 14:21:18 +01:00
Makefile.am genericdmm: Factor out USB functions. 2012-11-03 00:02:56 +01:00
ezusb.c sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
serial.c serial: Don't hardcode parity and stop bits on Windows. 2012-12-02 14:10:27 +01:00
usb.c genericdmm: Factor out USB functions. 2012-11-03 00:02:56 +01:00