serial connection to BS2pe
TimN
Posts: 32
i am having problems send out data from LabVIEW to a BS2pe unit via serial connection. I need to send out data from LabVIEW as a numerical string due to length issues, but there are errors not recognizable by LabVIEW and i can not track the source of the problem. Any sugestions?
Comments
The reason that I ask is that your problem could be in Labview or the BS2pe. Whatever string you send, the BS2pe needs to parse it, so if you can successfully do this via the debug window, you're halfway there.
Also, what are the string length issues? You may need to get creative in PBasic to accommodate this.