You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the SCC has enough logic to make it past startup. Onboard IIgs component backend not yet implemented. Serial communications with external devices will not work until the component backend is implemented.
Relates to the diagnostic failure reported in #72 .
The emulator library will need an interface to read data serially from a host application.
The library will need to request data from the host when it's ready to receive it.
The library will need to notify the host application when data is available to send out
The emulator host will need some kind of ability to associate the serial port with an external device (i.e. USB, socket.)
For a first pass, communication via socket may be good to test terminal send/recv to the emulated machine
For a second pass, add generic USB (timing may be tricky here so socket communication is a good first pass.)
The text was updated successfully, but these errors were encountered:
Right now the SCC has enough logic to make it past startup. Onboard IIgs component backend not yet implemented. Serial communications with external devices will not work until the component backend is implemented.
Relates to the diagnostic failure reported in #72 .
The emulator host will need some kind of ability to associate the serial port with an external device (i.e. USB, socket.)
For a first pass, communication via socket may be good to test terminal send/recv to the emulated machine
For a second pass, add generic USB (timing may be tricky here so socket communication is a good first pass.)
The text was updated successfully, but these errors were encountered: