Terminal software wider than 80 columns
stamptrol
Posts: 1,731
· Hi all,
··· I've been working on a remotely controlled environmental research vessel. A BS2 operates the twin air drive motors for propulsion , including differential speed control for steering. Two winches are controlled to set the anchor or drop an instrument down into the water. Control signals are by a R/C 6-channel receiver.
·· A second stamp ( BS2sx ) reads digital data streams and analog signals from the GPS, the sonar, pressure transducers, Flourescence, Dissolved Oxygen, pH, plus a couple of other instruments. The stamp processes the data and transmits it wirelessly to shore where the data is displayed and recorded on a laptop.
·· A wireless video feed works independently of the the stamps and is also read on the laptop.
·· Heres the problem: My client doesn't want another specialized software ·package for viewing and working with the data, so the design uses Hyperterminal in 'capture mode'· to grab the data and save it to a file for later use. That part works fine. The stamp just formats a whole set of readings and transmits it so each new set of readings shows up as a new line on the screen. As we use more instruments, the string gets to be 90 or 100 characters wide .
·· What we really want to do is to be able to display a line of data in a font small enough to get the whole string to be visible. Hyperterminal allows small fonts alright, but the width stays at 80- columns.
· Does anyone know of a terminal program that allows a display of more than 80 columns? I like Procomm but haven't been able to confirm whether the Windows version does what I want.
· Thanks,
· Tom Sisk
·
··· I've been working on a remotely controlled environmental research vessel. A BS2 operates the twin air drive motors for propulsion , including differential speed control for steering. Two winches are controlled to set the anchor or drop an instrument down into the water. Control signals are by a R/C 6-channel receiver.
·· A second stamp ( BS2sx ) reads digital data streams and analog signals from the GPS, the sonar, pressure transducers, Flourescence, Dissolved Oxygen, pH, plus a couple of other instruments. The stamp processes the data and transmits it wirelessly to shore where the data is displayed and recorded on a laptop.
·· A wireless video feed works independently of the the stamps and is also read on the laptop.
·· Heres the problem: My client doesn't want another specialized software ·package for viewing and working with the data, so the design uses Hyperterminal in 'capture mode'· to grab the data and save it to a file for later use. That part works fine. The stamp just formats a whole set of readings and transmits it so each new set of readings shows up as a new line on the screen. As we use more instruments, the string gets to be 90 or 100 characters wide .
·· What we really want to do is to be able to display a line of data in a font small enough to get the whole string to be visible. Hyperterminal allows small fonts alright, but the width stays at 80- columns.
· Does anyone know of a terminal program that allows a display of more than 80 columns? I like Procomm but haven't been able to confirm whether the Windows version does what I want.
· Thanks,
· Tom Sisk
·
Comments
of line, then it's data is sent then a "CR" to start a new line?? Each device could be called
in a sub-routine to send its data.
Bob
Thanks for response.
In fact, your idea is how we get the stamp to process the data before transmission.
However, we want the whole set of readings to be maintained in one line so that it can easily be imported into other processing programs, which unfortunately can only deal with comma delimited or space delimited fields.
The issue is being able to see the whole line on the screen at one time.
Cheers,
Tom
www.microsoft.com/technet/prodtechnol/windowsserver2003/library/ServerHelp/0d47cbad-db39-4f66-b4b7-591027007660.mspx
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - PLJack - - -
Perfection in design is not achieved when there is nothing left to add.
It is achieved when there is nothing left to take away.
I have not tried this, but I will use it to program my Cisco routers from terminal, and see if it works...
Bob N9LVU
Sounds like a winner. Will give it a try and report back.
Cheers,
Tom
The VT100 solution works like a charm, changing text size lets all 132 characters be seen at once.
Thanks for help.
Tom Sisk
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - PLJack - - -
Perfection in design is not achieved when there is nothing left to add.
It is achieved when there is nothing left to take away.
The 80 column display format is acutally an artifact of IBM punch cards [noparse][[/noparse]they had 80 and only 80 columns] that was moved to 8 1/2 by 11 paper.
Then the 132 column was created [noparse][[/noparse]I think for either landscape mode or legal paper in landscape mode].
It is odd, but in a digital world of ultimate flexiblity we are stll attached to ancient pieces of hardware through a commitment to downward compatability. Somewhere, someone is stuck with an 80 column printer, so.....
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
G. Herzog in Taiwan