Leif Bloomquist
Leif Bloomquist
I've created a fork with a new keyboard mapping for the PET 8296 that fixes this issue. I'll submit a pull request once I've tested it a little more. https://github.com/ChartreuseK/PETTERM/compare/master...LeifBloomquist:PETTERM:8296-keyboard
Pull Request submitted. https://github.com/ChartreuseK/PETTERM/pull/10
Right. In theory you could have one executable that contains all the mappings and detects the PET model at startup (somehow)? but this approach keeps the binaries small.
2400 baud with version 0.5.0 
2400 baud with version 0.7.0 
@Vintanerd Do you mean the 8296-specific version? You can compile it yourself, or let me know if you'd like a precompiled PRG
[petterm8296.zip](https://github.com/user-attachments/files/16754138/petterm8296.zip) @Vintanerd Sorry for the delay, here's my version for the 8296. Note that it's based on the older PETTERM 0.5.0, and defaults to 2400 baud.
@ChartreuseK Any updates?
@MaxPlap I have added very simple Telnet RFC854 handling and a start on ANSI support. Check out my branch here for the code. https://github.com/LeifBloomquist/ultimateii-dos-lib/blob/master/src/samples/ultimateterm.c
> @LeifBloomquist , I pulled the project but I got some sort of compilation error: > > ultimateterm.c(1405): Error: Conflicting types for 'handle_telnet_iac' > I used the `build.sh` script and...