I'm testing the libtc08usb library but there is a problem while reading more than 185 GetSingle value.
If I modify the line 189 of examples/tc08test_cpp/main.cpp with
- Code: Select all
for (int conversions = 0; conversions < 1000; conversions++) {
(for getting more than 185 reading)
I got a segmentation fault caused while calling usb_bulk_write in PicoUsbDevice_Linux.cpp
- Code: Select all
Program received signal SIGSEGV, Segmentation fault.
0xb7f73f21 in PicoLinuxUsbDevice::WritePipe (this=0x804d0f8, pipeNumber=1, buf=0xbfe6a798, size=1) at shared/PicoUsbDevice_Linux.cpp:564
Cart
