06-13-2006 02:41 AM
06-13-2006 02:55 AM
Hi,
What i understand form your question is that you want to read data through RS232 and then pick up the required data
from the total data received.You can do the same by using Basic serial read write.Vi in NI examples for serial communication.
First of all just try by cross connecting (Loopback connection) the RXD and TXD by just writing something ,you should receive the same in Serial Read Indicator.
If this works you can proceed to take out the data bytes you need by using the string operations and picking out the subset...
I hope i understood and answered correctly ..if not let me know in more details...!
Regards,
Dinesh Kumar
06-13-2006 07:52 AM
Hi Kingarth,
Here are some recently posted threads. They contain info that may help you. I will post others soon
Thread 1:Configuring the serial port
Thread 2:Getting MAX to recognize the COM port
You may also want to look at the Knowledge Based information:
search:
info:
http://digital.ni.com/public.nsf/allkb/57C21F04AC7FFFCA86256877007996E3
JLV
06-13-2006 07:58 AM
Hi Kingarth,
Here is the one I was looking for. It actually talks about reading bytes at serial port. I think there might be a useful example as well and a detailed step by step explanation on how to do it. I would start HERE (this link)