VT100 Terminal question #246
Replies: 2 comments 5 replies
-
|
To be clear, this is some other vt100 serial terminal? not the VT132 or s-132 boards from the high nibble? It would be good if you could post the actual jumper settings, preferably with pictures showing how they are set. What kind of test equipment do you have, if any? I.e. multi-meter, oscilloscope, etc? do you have a usb to rs-232 adapter that you can try to connect to your computer for testing? |
Beta Was this translation helpful? Give feedback.
-
|
So jumpers look ok I don't have the baud setting configured in my boot.conf, probably because I'm using 115200, cs8 on my VT132 console, which I believe is default setting for the IMSAI. The boot.conf should also be where you add the UART0 to the SIO1 settings like this: For me, this allows accessing the console from both the web interface and the serial port at the same time (the docs say this doesn't work, but it does for me) Once you get this working, you might want to switch to UART1. The debug output all goes to UART0 and you can't disable it. For me this detracted from the illusion that I have a real IMSAI 8080 and a real VT100 terminal :) |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi all that reads,
I have bought an ANSI VT100 / VT52 RS232 Serial Terminal Project Kit , running with a Pi Pico. It seems to be happy to start, allow me to use VGA/keyboard to mess with it's settings etc. I have it wired directly to RS232-1, and have the on-board jumpers installed as per the documentation - config for baud rate matches on boot.conf (UART0=115200,cs8) and the VT100 Terminal device - yet I get exactly 0 output. I am making sure that the web page is not active, as I know that it doesn't like to share - I have changed between null modem and straight through (just in case the project board is hardwired Null-Modem.
Not a peep on the display. Any ideas? Or anything I can do to test?
Beta Was this translation helpful? Give feedback.
All reactions