-
Notifications
You must be signed in to change notification settings - Fork 115
Description
Hello
I am trying to develop custom firmware with linx to talk with STM32F446ZE board(BTT octopus V1.1). the board is working using custom firmware built using platformIO, now i am trying to integrate linx to the firmware so i can control the board using labview, i was able to integrate linx with my firmware without any errors but when i tried to run a Manual Blink example from labview i was getting Error 5003.
here is the link to the project
https://github.com/L1ikhith/Linx-STM32f
I am not sure where i went wrong can anyone help me with the issue
@samkristoff @spathiwa the issue was in labview the VISA module is writing data [255,7,0,1,0,0,7] to the serial without any error but when VISA module reads the serial instead of getting [255, 7] i am getting some random data [82,101]