What is the Terminal inside of NS supposed to do?
travis
Posts: 180
I was hoping I could connect a serial device to my master, open the terminal in NS, and then interact with the serial device like it was connected to the serial port on my computer.
Whenever I open the terminal window, it is white, but I can't type anything.
Whenever I open the terminal window, it is white, but I can't type anything.
0
Comments
Once connected to an Axcent, it will reflect any "send_string 0" commands from your code, and allow you to pulse channels, do send_commands, etc.
You can do that, but it isn't quite as convenient. Turn on device notifications for strings to/from the appropriate port on your controller (5001:1:1 for instance), then use Control A Device to send strings to the device, and watch the responses in the Notifications pane. Don't forget to use a command to set the serial settings first if they aren't already set up.
- Chip
1) Telnet to the master
2) Type 'msg on'
3) type 'pass <device number>
From then on, whatever you type will go to the serial port in <device number>, and you will see the feedback from it directly. The master will not, however, process it anymore, you have taken over the serial port from the master. When you are done, type in '++ <esc> <esc>' to exit pass mode.
I agree that Telnet is better (and more convenient for my lazy butt), but I have used the "echo on" command with NetLinx processors without problems.
Jeff
Now trying to figure out the right PuTTY settings. Some things are looking a little wonky.
I have a NI-700 too. I can't even type echo on.
I think it's because I'm connecting to a weird linux box, through serial, through the master, through ethernet, through putty