02-02-2005 09:31 AM
02-02-2005 09:34 AM
02-02-2005 02:06 PM
02-05-2005 11:10 AM
06-11-2009 09:08 PM
Hi,
I am currently working on setting up a wireless network by talking to these Digi Internation Zigbee RF modules that communicate via the UART (com port). I am able to write data to one of the devices and then have that module transmit that data to the other module successfully through the LabVIEW VISA functions, but what I am not able to do is have the receiving module then read the data in its DO buffer and sent it to the computer.
I have a serial port monitor to look at what is happening and it looks like it is talking to the com port right by sending IRP_MJ_READ and then sending a IOCTL_SERIAL_WAIT_ON_MASK. The CTS, however, doesn't seem to get deasserted successfully for the device to read out the data, and I am having trouble to make LabVIEW do it with the VISA read function.
It seems like my port is configured correctly?
Right now, when I use the VISA read function in LabVIEW, it gives a timeout error waiting for the device which I don't understand.
Any help would be greatly appreciated. Thanks.
06-11-2009 09:33 PM