LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I read with "VISA Read" binary format and not string format data?

I want to connect my microcontroller (AVR-ATMEL)with Labview through RS232 port.The microcontroller can send(I want to do it such way)8 bit binary format data through UART to Labview.My problem is that "VISA Read" can get only string format data at  input and not binary coded.How can I make  "VISA Read"  to get my binary coded data from my μC?
0 Kudos
Message 1 of 2
(3,935 Views)

VISA read is getting your binary code. It's just formatted as a string. You need to convert it.

Have a look, for example, at these 2 threads (thread 1, thread 2) from yesterday.


___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(3,933 Views)