Search found 3 matches

by rprouse
Mon Sep 06, 2021 8:16 pm
Forum: Other Computer / System Cores
Topic: Altair 8800 Serial Output
Replies: 8
Views: 2534

Re: Altair 8800 Serial Output

Still no luck, but I think I've ruled out serial settings. I connected a logic analyzer to the TX/RX pins 15/14 and used a UART protocol decoder set to 19200 baud 8N1. I see three bytes on the wire, CR, R, E which is the same as I see in the terminal. zqBLSKfx.png To me, this means that the circuit from the DE-10 through the I/O board to the FTDI a...
by rprouse
Mon Aug 30, 2021 2:49 am
Forum: Other Computer / System Cores
Topic: Altair 8800 Serial Output
Replies: 8
Views: 2534

Re: Altair 8800 Serial Output

Maybe you can ssh to the MiSTer and use Minicom? That is a good idea but it didn't seem to work for me. I didn't even get the RE letters I got before. I tried /dev/ttyS1 and /dev/ttyS0. I checked and UART mode is set to 0 which is I think correct. I tried various combinations of settings and flow control, but nothing. I referred to this, https://m...
by rprouse
Sat Aug 28, 2021 3:20 pm
Forum: Other Computer / System Cores
Topic: Altair 8800 Serial Output
Replies: 8
Views: 2534

Altair 8800 Serial Output

I'm trying to get the Altair 8800 running 4K Basic with output to the serial terminal, but I think I'm missing something. I've done the following, Added headers to the I/O board so that JP2 of the DE-10 Nano (TX, RX, GND) pass through to the USB user port on the I/O board Constructed a USB cable to attach the TX, RX and GND lines to an FTDI board C...