01-23-2006 12:09 AM
Hi,
I need to write some code using LV 7.0 to interface with RS232 port, pls help to send me some sample code base on below requirements. I am not fimilar with RS232 interface programming. How to write and read back thru RS232 ?
"Send the following RS232 command : 00FE5481<CR>
This will run a test which writes data to each location in the EEPROM and reads it back. After about 10 seconds. An error flag will be set while the test is in progress and cleared when it is complete. A second error flag will be set if there are any errors in the data read.
This can be checked by sending a Request Status : 00EE01<CR>.
01-23-2006 01:08 AM
You will want to take a look at the following example, and other examples in this LLB:
examples\instr\smplserl.llb\Basic Serial Write and Read.vi
-Khalid
01-23-2006 01:38 PM - edited 01-23-2006 01:38 PM
Message Edited by JasonS on 01-23-2006 01:38 PM
01-23-2006 06:22 PM
01-23-2006 07:06 PM