Julia fractals on the vt220
Find a file
2023-11-30 22:48:17 +01:00
src Hacked some more on this. 2023-11-30 22:48:17 +01:00
.gitignore Initial commit. 2023-10-05 20:54:59 +02:00
Cargo.toml Initial commit. 2023-10-05 20:54:59 +02:00
README.md Hacked some more on this. 2023-11-30 22:48:17 +01:00

ttylia - Julia fractals on tty

This is intended to write the output to a DIGITAL VT220 terminal.

sudo chown $USER /dev/ttyUSB0
stty -F /dev/ttyUSB0 raw 19200
cargo run > /dev/ttyUSB0

Note: 19200 bits per second gives about 2 frames per second (a frame is 40x24 chars, a char is 8 data bits + start and stop bit, so 10 bits).