JSS Device ASR33Teletype

This device simulates an ASR-33 teletype (with keyboard and paper tape reader). The real device was connected via a current loop interface, however the simulated device can be connected using an UART for RS-232 communication (for real hardware, modern RS-232 adapter boards do exist). The tape can be changed by selecting a file. When the paper tape reader is used, the file will be sent byte by byte. This is particularly useful for loading HEX files into a monitor software.

Options

Implementation

https://github.com/ComputingMongoose/JavaSystemSimulator/blob/main/src/jss/devices/peripherals/ASR33Teletype.java

Example configuration


{
	"name":"ASR33",
	"type":"ASR33Teletype",
	"configuration":[]
}

Example simulation

https://github.com/ComputingMongoose/Simulations/tree/main/simulations/Intellec_4_mod_40/basic_system_with_monitor