PETSCIIterm for #c64 #FujiNet and How SRQ makes a better terminal.
Channel:
Subscribers:
3,110
Published on ● Video Link: https://www.youtube.com/watch?v=vr78jFNVVBw
PETSCIIterm is an example #C64 #FujiNet terminal program, which uses the fact that the network device asserts the SRQ pin to indicate when network traffic is available, making it possible to use the IEC port for interactive network sessions. #retrocomputing
C (CC65) Source code here:
https://github.com/FujiNetWIFI/fujinet-apps/tree/master/petsciiterm
Wanna build your own FujiNet? Here:
https://github.com/FujiNetWIFI/fujinet-hardware/
Wanna see the firmware?
https://github.com/FujiNetWIFI/fujinet-platformio/ (look in lib/device/iec/network.cpp and lib/bus/iec.cpp)
Timestamps
00:00 Demonstrating petsciiTERM
05:00 How SRQ works, and Source code exploration