blackjetrock / pcg850vs-sd-gadget

Gadget for the PC-G850VS family of pocket computers for SD card.
20 stars 2 forks source link

Fixed the buffer offset issue after SIO made active #6

Closed algodesigner closed 2 years ago

algodesigner commented 2 years ago

This change addresses the problem with the first missing character when the clear buffer command or button event are initiated before the first file is received from the Pocket PC but after the SIO mode is initialised.

The change gives a special meaning to the zero bytecount value and prevents the clear buffer routine from pulling the index back to -1 immediately after the SIO mode activation.