tstavropoulos / TestArduino

A C++ application to interface with an Arduino.
MIT License
7 stars 2 forks source link

Arduinos not found. Quitting. #3

Open KulaGGin opened 4 years ago

KulaGGin commented 4 years ago

I wanted to test how much latency I will get over the USB. After I flash Arduino Leonardo with ArduinoTimingTest.ino sketch and start ArduinoCommSpeedTest.exe on Windows, it shows this error: ArduinoCommSpeedTest_btV4u2I1Gm Arduino is fully functioning, present and Arduino IDE can see it: javaw_IP5N1mgLss

Here's a video demonstration how I compile and launch it: https://www.youtube.com/watch?v=nqCw39VsVbc

Any advices on how I can fix this?

KulaGGin commented 4 years ago

Apparently, I was flashing wrong Arduino sketch - ArduinoTimingTest.ino. When I flash ArduinoTask.ino and start ArduinoCommSpeedTest.exe, it does see Arduinos but then I get the "Failure to connect to Port Quitting" error: ArduinoCommSpeedTest_pPiUMp49tH Just as the guy in Issue #2. Can you please look into it?

I don't use any kind of RS232 shields or PCIe cards, I just connect Arduino to a USB port on the motherboard.