'GET BAUD' problem
[Deleted User]
Posts: 0
Hello brothers! I'm newbie here and hope my question do not seem stupid:) Please excuse me for my bad English too.
In the manual "NetLinx CardFrame,Control Cards, and NetModules NXC, NXF, and NXM Series" on the p.10 says: "Command GET BAUD Get the RS-232/port’s current communication parameters." And "Device sends the response out the Master program port."
I tryed to execute
SEND_COMMAND 5001:1:0,'GET BAUD'
in the terminal window but did not get answer.
Why?..
Does anybody know how to get rs-232 settings in the NI-**** modules in other ways?
Thanks
Alex
In the manual "NetLinx CardFrame,Control Cards, and NetModules NXC, NXF, and NXM Series" on the p.10 says: "Command GET BAUD Get the RS-232/port’s current communication parameters." And "Device sends the response out the Master program port."
I tryed to execute
SEND_COMMAND 5001:1:0,'GET BAUD'
in the terminal window but did not get answer.
Why?..
Does anybody know how to get rs-232 settings in the NI-**** modules in other ways?
Thanks
Alex
0
Comments
SEND_STRING 0, "DATA.TEXT" ;
The data is sent to the master, not the terminal. This redirects it to your terminal as well.
A little notice - this command send text to diagnostic window, not to terminal.
And I am curious as to why you need to check the baud rate? Most of the time, I just set it whatever I want it to be, and ignore which value it is actually set to... Just curious.
Good luck and have fun with Netlinx
Fred
Useful info, I did not know it. Thanks.
To Fred.
I have a trouble with multiroom controller Russound CAV 6.6 which I trying to manage via comm port. I soldered cable as mentioned in the manual, set up port, and sent commands to Russound but did not get answer. RX led does not light also. As I said I'm novice in AMX and I thought the one reason of problem may be speed disparity. Now I exclude it.
From the Diagnostics menu --> Enable Netlinx Device Notifications
From the Diagnostics menu --> Netlinx Device Notifications Options?
Make sure ?Strings From Device? is checked in the Netlinx Notifications Properties dialog box for the device in question.
You can send the GET BAUD command from Control a Device..