[fpc-pascal] USB Human Interface Devices
Brian
vmst at golden.net
Thu Aug 29 16:50:14 CEST 2019
A bit of clarification ..
Also rather than using critical sections , use syncobs to ensure that you
are not trying to /SIMULTANEOUSLY/ read and write to the same USB address or
your data memory.
Try using an Ethernet UDP connection to simulate the USB connection as it
may illuminate an issue in your program.
The Synapse UDP function works well
--
Sent from: http://free-pascal-general.1045716.n5.nabble.com/
More information about the fpc-pascal
mailing list