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.

_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to