Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Becker Port for FUJINET-PC #728

Open
tschak909 opened this issue May 7, 2024 · 0 comments
Open

Implement Becker Port for FUJINET-PC #728

tschak909 opened this issue May 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tschak909
Copy link
Collaborator

tschak909 commented May 7, 2024

There are emulators that support connection to external resources over TCP sockets. An example of this is the "Becker Port" for TRS-80 Color Computer emulators. This is supported in MAME, VCC, and XRoar.

To support this, the UARTManager class needs to be generalized slightly, to handle both serial port devices, and TCP sockets.

The current UARTManager class can be seen here:
https://github.com/FujiNetWIFI/fujinet-firmware/blob/master/lib/hardware/fnUART.cpp
https://github.com/FujiNetWIFI/fujinet-firmware/blob/master/lib/hardware/fnUARTUnix.cpp
https://github.com/FujiNetWIFI/fujinet-firmware/blob/master/lib/hardware/fnUARTWindows.cpp

Note: The ESP_PLATFORM define is used to differentiate between the ESP32 and Fujinet-PC build.

This will be considered working, when one of the above emulators can connect to a running instance of FujiNet-PC, and be able to use FujiNet functions.

@tschak909 tschak909 added the enhancement New feature or request label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant