I have some problems when send data, from PC to port E into the BL, I’m simulating sensors in my PC (from Simulink software) and the BL recive data, but in the transmission I lost data.
I have some problems when send data, from PC to port E into the BL, I’m simulating sensors in my PC (from Simulink software) and the BL recive data, but in the transmission I lost data.
how I synchronize the shipment of data?
Thanks you very much, for your help.
Best Regards
Arturo[/quote]
It happened to me too, but from the BL to the PC. Try to insert some delay, e.g. a “printf()” between bytes transmitted. That’s what I did and works. Good luck =)