09-19-2018 02:34 AM
Hi,
I'm trying to use my Arduino Uno card with labview. I just want to test the Led13 connected to the PIN13. But I have a Error 5003. The baud Rate is good (default value: 115200) et IDE Arduino is closed.
If someone has any solution, Thank in advance.
Pierre
Solved! Go to Solution.
11-24-2018 08:09 AM
Hi,
I had the same problem and solved it with older arduino IDE software version. If you are using new version for example 1.8.7, compilation and download to UNO or Mega are OK, but communication with LabView report bugs 5002 or 5003. If I dowload older version arduino IDE for example 1.0.1, compile project and download to UNO or Mega, connection is OK.
Here are older versions of IDE https://www.arduino.cc/en/Main/OldSoftwareReleases
Miroslav
03-03-2019 07:40 PM
That really fixes the problem, I've been looking for quite a while, thank you so much!
10-09-2019 05:36 AM
YOU ARE THE BEST SIR
11-11-2019 02:23 PM
it totally works, thank you!!
11-18-2019 04:52 AM
I have found and fixed this error.
It is due to an uninitialized variable "checksum". Read and follow my simple fix instructions.
Good luck.
Thomas Plummer
LabVIEW Developer
12-27-2019 03:59 AM
Ho installato la versione 1.6.7 di Arduino e il problema si è risolto.
01-25-2020 08:24 PM
It worked, thank you
01-31-2020 03:41 AM
You'are the best. Thank you so much. It;s working well at Ardunio IDE 1.8.11
02-07-2020 02:47 PM
Thank you.. really helped