Discussione:
Delphi ed usb
(troppo vecchio per rispondere)
FireFox
2004-11-29 18:38:31 UTC
Permalink
Come posso leggere e scrivere su una porta usb : OS winXp
Robert Marquardt
2004-12-01 17:00:08 UTC
Permalink
Post by FireFox
Come posso leggere e scrivere su una porta usb : OS winXp
There is no USB port in software.
USB is a serial bus not a serial line.
Addressing the port is like trying to address your ethernet cable.

There is no way general to access USB devices because there are so
many different devices.
Most devices are accessed through APIs which are not USB specific.
A USB stick for example is accessed through the normal file system API
like any other harddisk.
ldsandon
2004-12-01 16:22:11 UTC
Permalink
Post by FireFox
Come posso leggere e scrivere su una porta usb : OS winXp
Questo può aiutarti a capire come funziona e come va usato USB:

http://www.beyondlogic.org/usb/usbdevdrvs.htm

Tieni però presente che a meno che non stai sviluppando il driver per un
dispositivo USB lavori ad un livello più alto, di solito interagendo con
il driver o con un'API di livello ancora più alto (es. TWAIN per gli scanner).

Luigi D. Sandon - D&D Support Team

--- posted by geoForum on http://www.delphiedintorni.it

Continua a leggere su narkive:
Loading...