libsigrok/hardware/radioshack-dmm
Alexandru Gagniuc ae95ffebfa radioshack-dmm: Fix opening of serial port.
During scan the serial port is opened with SERIAL_RDONLY | SERIAL_NONBLOCK,
which works fine, but when acquisition starts, it is opened only with
SERIAL_RDONLY. On Linux, if cdc_acm can make a claim to the USB to serial
converter, opening the port will fail.

Open port with SERIAL_RDONLY | SERIAL_NONBLOCK.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2012-12-02 21:48:17 +01:00
..
Makefile.am radioshack-dmm: Use new file naming conventions. 2012-11-10 19:42:37 +01:00
api.c radioshack-dmm: Fix opening of serial port. 2012-12-02 21:48:17 +01:00
protocol.c radioshack-dmm: Be more verbose with packet checks 2012-11-21 19:33:55 -06:00
protocol.h radioshack-dmm: use new serial API 2012-11-12 12:41:10 +01:00