Hi All,
I am a noob to the whole labview development enviroment and have
searched all over the forum to try and find some answer but have had no
luck so far.
Currently I am trying to implement serial communications using the
serial port library vi (used in the basic serial read and write
example) with a board that requires both ascii and binary data to be
sent to it.
For example this is how it is sent out in Visual Basic
MSComm1.Output = "!B" + Chr$(IOVal)
where Chr$(IOVal) is equivalent to $00 to $FF
I have looked and started modifying the Basic Serial read and Write vi
and am not having much luck as I believe the Serial VISA only sends out
ASCII values.
I can send out the ASCII to the serial port quite easily but I am having difficulties sending the binary data.
Is there any solutions where you can send both ASCII and binary data in a single string?
Thanks for your answers
Stolzie