AgonConsole8 / agon-vdp

Official Firmware for the Agon Console8: ESP32 VDP
MIT License
43 stars 17 forks source link

Console mode may conflict with hexload #258

Open stevesims opened 1 week ago

stevesims commented 1 week ago

This occurred to me in discussion about an issue being observed with hexload

Hexload (on the VDP) requires full use of the USB serial channel... Therefore if console mode is enabled then any "print" output from the mos-side hexload tool would interfere with the hexload protocol and cause errors

we should check to make sure that for the duration of a "hexload" event that console mode is (temporarily) disabled