I confirm that! My usb/serial Interface has delay of 1 to 2 ms for each read process.
W Wolfram Member Dec 1, 2014 #26 I confirm that! My usb/serial Interface has delay of 1 to 2 ms for each read process.
C coder Member Dec 1, 2014 #27 Wolfram, my benchmark was for Raw-HID communication - NOT serial. Advantage of Raw-HID is, that it does not need any driver installation PS: firmware is already stripped down. Now, benchmark app is left to be stripped down.
Wolfram, my benchmark was for Raw-HID communication - NOT serial. Advantage of Raw-HID is, that it does not need any driver installation PS: firmware is already stripped down. Now, benchmark app is left to be stripped down.
C coder Member Dec 3, 2014 #28 Now here is the benchmark code. The benchmark result has not changed. rawhid_latency folder is for Arduino, check source rawhid_latency_host is project file for Visual C++ Express 2013 SP4, check README for further dependencies Attachments Teensy_RawHID-Latency.zip 18 KB · Views: 685
Now here is the benchmark code. The benchmark result has not changed. rawhid_latency folder is for Arduino, check source rawhid_latency_host is project file for Visual C++ Express 2013 SP4, check README for further dependencies