07-20-2006 05:17 AM
07-20-2006 06:56 AM
you normally use the VISA write.vi to send data to the rs232. If you give more details of what do you want to do, I (or someone else) might give a more detailed answer. For example the rs232 protocol will send more bits than your declaired data bits (Start/stop/parity). Digg into the KB basic notes about RS232 to learn more 😉
07-20-2006 07:52 AM
07-20-2006 08:36 AM - edited 07-20-2006 08:36 AM
At a first try you can send your three bytes as one string.
With the byte array to string vi you can build your send string.
For the first try use the example vi (simple serial write read) and right click on the send string control and set it to '\-code' or HEX display mode to enter your values.
Message Edited by Henrik Volkers on 07-20-2006 03:37 PM
07-20-2006 08:43 AM