Re: [sigrok-devel] libserialport stuttering on Windows

2016-10-14 Thread Chris Campbell
I finally found out what the problem was with this. It seems that the Windows driver for the CH340/CH341 USB to serial adapter on the arduino clone that I was using is faulty. When I tried an 'official' arduino with an FTDI adapter, I had no problems at all. Thanks to Uwe and Martin Ling for helpin

[sigrok-devel] libserialport stuttering on Windows

2016-09-07 Thread Chris Campbell
Hello! I am using libserialport to connect to an Arduino Uno which controls a motor and returns some sensor data. On Linux everything works fine. On Windows the program stutters and freezes when sending and receiving data. The connection is running at 9600 baud. I am using sp_blocking_write to sen