[fpc-pascal]Linux USB?
Michael Van Canneyt
michael.vancanneyt at wisa.be
Tue Sep 16 17:09:33 CEST 2003
On Tue, 16 Sep 2003, Paul Aviles wrote:
>
> Hello, guys, I am working on a project to control a MatrixOrbital LCD panel
> and keyboard from FPC and I got it working great with a serial interface, but
> what about a USB unit? Is it possible to use USB devices directly from FPC?
USB doesn't require special FPC support.
You should be able to use IOCTL and regular device files to access a USB device.
You may need to look up some IOCTL call numbers, but that is it.
> Any samples out there?
Not that I am aware of.
Michael.
More information about the fpc-pascal
mailing list