01-22-2025 01:22 AM
Hello,
I am trying to interface LabVIEW 2024 Q4, community edition in Lattepanda with the onboard Arduino Leonardo board(COM 3). I keep getting the following error,
Error 5003 occurred at :
Open Serial.vi >>
Initialize.vi >>
Initialize Device.vi >>
Synchronize.vi
Possible reason(s):
LabVIEW was unable to connect to the LINX device using the following settings:
Interface: Serial
COM Port: COM3
I am using the makerhub to update firmware as follows,
I have tried some solutions in NI. But not sure why it keeps persisting.
Kindly help solve this problem.
Thanks
10-30-2025 08:00 AM
Hi ShreenhithyVS ,
the issue stems from an uninitialized variable checksum in the LINX/LIFA firmware.
As documented by Thomas Plummer ( Solved: Arduino - Labview Error 5003 - NI Community ), the fix involves a simple modification to the firmware code:
Regards