06-17-2008 07:18 AM
Hi nag123,
If a serial port is recognized by the operating system, LabVIEW PDA can be used for serial communication. You may be interested in the document How Do I Use Serial Communication on My PDA? which discusses the options you mentioned.
06-18-2008 09:40 PM
06-19-2008 11:36 PM
hi ,
Norrmal serial sync cable is not work for serial communication b/t Pda and my microcontroller device using Labview pda software?
I think serial sync cable is enough it is correct or not? plz tell me
06-23-2008 10:59 AM
06-25-2008 01:18 AM
06-26-2008 12:21 PM
Hi nag123,
If your PDA has a serial connector, you can communicate with a microcontroller that supports serial communication. Searching online, I found a variety of cables that interface with PDAs and have an RS-232 connection on the opposite end.
Once you are connected to the device, you can use VISA VIs and the PDA Hardware Input and Output example programs to develop your application.
06-26-2008 01:37 PM
07-01-2008 06:53 AM
07-06-2008 03:10 AM
Hi nag123,
I don't know about that specific model, but if the PDA has a serial port registered with the operating system, LabVIEW should recognize it.
LabVIEW PDA 8.2 and later include support for NI-VISA. (If you are using an earlier version, use the Serial Compatibility VIs instead.) To run your application, VISA needs to be installed on the PDA first. Select Start»All Programs»National Instruments»VISA»Windows Mobile Driver Installation to install the driver on the target.
As discussed here, you can use the VISA Find Resource function to determine the names of available resources.
NI Example Finder includes several projects you may find useful, accessed in LabVIEW by browsing to Help»Find Examples»Toolkits and Modules»PDA»Hardware Input and Output»Serial.