LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem of communicating to SR245 by serial port

Hi, guys,
I am using SR245 computer interface module(stanford research system)
by serial port. I have tested the port and null-modem cable, both are
ok. But I cannot send and receive data from this device.
Does anyone have experience working with this device?
Any help will be greatly appreciated!
Thank you.

Song
0 Kudos
Message 1 of 2
(2,487 Views)
From your posting to the Serial Interface forum, I see you got some good advice in regards to checking cable type, baud rate, and flow control. Without knowing all of those parameters, you could spend an entire career trying all of the different combinations before finding the right one. A serial port bradkout box can help with cable issues but not with the others. If you do get information from the manufacturer and finally get it to work in hyperterminal, you could then download the gpib driver for the instrument from here. By changing the gpib calls to VISA and probably a few other modifications, you might get it to work. The biggest
change would be to add the appropriate termination character that most serial instruments require and eliminate the GPIB RQS being done. Good luck.
0 Kudos
Message 2 of 2
(2,487 Views)