02-10-2006 01:28 PM
02-10-2006 03:38 PM
02-13-2006 03:52 PM
02-13-2006 04:40 PM
No I'm not adminstrator. I'm a newcomer to LabVIEW. I'm learning LabVIEW from LV Basic I CD. There's a exercise about serial communication but there are no demo for it. I used the example Basic Serial Write and Read.vi but got
Error -1073807246 occurred at Property Node (arg 1) in VISA Configure Serial Port (Instr).vi->Basic Serial Write and Read.vi
Possible reason(s):
VISA: (Hex 0xBFFF0072) The resource is valid, but VISA cannot currently access it.
When I tried HyperTerminal I did see echo typed character. I don't know NISpay.
Setting I used:
baud: 9600
data bits: 8
parity: none
stop bits: 1
flow control: hardware
02-13-2006 04:43 PM
02-13-2006 04:43 PM
02-13-2006 04:50 PM
02-15-2006
11:13 AM
- last edited on
11-11-2025
11:06 AM
by
Content Cleaner
So this may be a silly question, but are you sure that you have a COM port on your machine? If you open up Measurement and Automation Explorer or MAX from Start >> Programs >> National Instruments, you should see a tree structure in the left hand side of the window. Expand "My System" and "Devices and Interfaces" and check in "Ports" to see if COM1 is listed. If it is, great. If not, then the first thing we need to do is get you a serial port. If it is, please perform a serial loopback test on the port, by opening a VISA session (right click "COM1" and select "Open VISA Session), and performing reads and writes. If you can't do this, then there is something wrong with your serial port.
Logan S.
02-15-2006 12:05 PM
Thanks for your suggestion. The loopback test was working fine(I saw what I typed) from HyperTerminal by inserting the unmodified end of the cable into the serial port and the other cable end have the RX/TX pins shorted using paper clip. Also the COM1 listed under MAX-Devices and Interfaces-Ports.
I opened COM1 VISA Test Panel->Basic I/O->Write, Buffer showed *IDN?\n. Execute returned Return Count: 6, Return Status: 0.
Clicked on Read showed Count: 1024 and Execute showed Return Count: 0 and Return Status: xBFFF0015.
Here I attached the NI-SPY result. Thanks
02-16-2006 08:08 AM