Hi,
I have also tried to communicate with RS485.
The main problem is to switch the converter from send to receive. This is normaly done by the RTS line. You can do this with the serial control vi. But while this is done by the software you will get timing problems when the number of characters and the baud rate differs to much. If you have only a view characters and always the same baud rate, then it is possible to get a good result.
Do not set the rts line directly after your send string, because LV will send the data to the buffer and will continue with the program, maybe directly with toggling the rts line, but then some of the data are still in the send buffer. If then the rts line is switched, the data converter switch from send to receive and not all
data is transfered. You have to play with different delay settings in your software. It is a good idea to connect an oscilloscope to the serial lines.
Good luck
Gerhard
Hardy