GideonZ / 1541ultimate

Official GIT archive of 1541 ultimate II sources
GNU General Public License v3.0
178 stars 45 forks source link

The virtual printer stops working and the status of the USB key changes to FAILED #308

Open rgc2000 opened 1 year ago

rgc2000 commented 1 year ago

It seems that there is a conflict between the virtual printer process and the USB stack. Printer is very CPU intensive and is running in the IEC thread which has higher priority than USB stack. This makes the USB driver to timeout on key access, making the system think that the USB key is unresponsive.

rgc2000 commented 9 months ago

Created pull request #391 to fix USB stick not responding while long prints.