Questions tagged [vt100]

6 questions
2
votes
4 answers

Crack 4 digit password using putty or VT100 Emulator

Okay, so I have a hardware device that I have to connect to using putty. The device is protected by a 4 digit password. So I know there are 10,000 combinations and I know the device takes 5 seconds between each wrong password. So it'll take approx.…
Kelbizzle
  • 1,879
2
votes
5 answers

Prevent ANSI escape sequences in terminal output

When I do an "ls -l" on my linux box over PuTTY, it gives a clean, nicely colored output. But when I try the same programmatically over plink, I land up getting all sort of control sequences, likely signifying those color values. Can I somehow set…
1
vote
1 answer

GNU Screen: using VT100 ASCII codes

I try to move with the VT100 keys here in GNU Screen: $ screen $ hello ESC C ESC D but "ESC D" deletes until the end of line and ESC C does nothing. Perhaps, I am not using right VT100 emulation. How can I test it and how can I get the…
user3672
1
vote
3 answers

VT100 (color) serial terminal software for 640k PCs?

I've come across an old PS/2 Model 25 and want to run a simple RS232 console on it. Any suggestions for a simple, 3.5" floppy-based program that would fit in 640k (clearly I would never need more than that :)
Jé Queue
  • 970
0
votes
3 answers

Setting up a Digital VT100 as a terminal to OS X Lion

I have followed this guide: http://www.club.cc.cmu.edu/~mdille3/doc/mac_osx_serial_console.html And I installed the closed-source Prolific driver (the open source one and the FTDI ones always gave out a AppleUSBCDC error and didn't work both, I…
0
votes
1 answer

Mac OS X Terminal.app Ubuntu 9.10 SSHD and incorrect keyboard mapping

Does anyone have any Idea how to handle this? I can't stand connecting to certain Ubuntu boxes via Mac OS X because of issues with keyboard layout etc. I have set TERM=vt100 and TERM=xterm-color in Ubuntu .bashrc and also in the Terminal.app…
Jesse
  • 131