victerm.bas is a simple RS232 terminal program for your VIC-20. I have my VIC-20 connected through a voltage level shifter to a Raspberry Pi Zero W, which runs serial_gpt.py to provide a wrapper to the OpenAI API, so I can use GPT models from the VIC.
vicirc.bas is a simple IRC client for the VIC-20, which depends on the RS232 lines of the user port being forwarded to a TCP connection to an IRC server. In other words, the program does handle (a minimal subset of) the IRC protocol, but not TCP/IP.
Back to the main page