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?