04-25-2019 11:27 AM
I have a Robotic Brushless DC Motor Controller, FBL2360, I try to communicate it with labveiw for supervision the motors, I try to communicate with the serial port of the PC but it doesn't work, could someone help me with this problem.
you found here the VI that i make it to communicate with the controller
04-25-2019 11:41 AM
First and foremost DON'T USE BYTES AT PORT!
Read this thread for a good explanation of when and when not to use it
The best way to do this is basically:
Now when LabVIEW is receiving data, it will "read" until it receives the termination character or times out.
05-03-2019 04:35 AM
Ok, Thank you so much for this information , i will try to resolve it