[fpc-pascal]Linux USB?
Sebastian Günther
sguenther at gmx.de
Tue Sep 16 17:04:31 CEST 2003
Paul Aviles schrieb:
> 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?
Normally yes. How you can access a USB device depends on the kind of
device. For example, serial converters will work just as ordinary COM
ports, just with different device names.
Can you find out the device class? Which driver is responsible for
accessing the device?
- Sebastian
More information about the fpc-pascal
mailing list