Page 1 of 1
USB, PS/2, support (inputs, outputs, etc)
Posted: Mon Mar 22, 2004 12:26 pm
by dagcrack
controlling USB stuff and many others like serial, etc... via PB would be great (hmm but that means drivers, and stuff.. well not really). anyway I just always wanted that

Posted: Tue Mar 23, 2004 1:24 pm
by Tranquil
I agree! Hardware support is very low supported atm without Windows-API.
Mike
Posted: Tue Mar 23, 2004 5:37 pm
by GPI
Tranquil wrote:I agree! Hardware support is very low supported atm without Windows-API.
Mike
Hardware-Support is the job for drivers. Direct Access is not allowed on XP.
The time of direct-hardware-programs are over (because the PC has too many diffrent configurations; thats why drivers are envented).
Posted: Tue Mar 30, 2004 6:08 am
by dagcrack
I still need to controll an usb device I made tho
Posted: Tue Mar 30, 2004 8:16 am
by Shannara
Here are some references for communicating to USB port(s) in different languages. If you are fluent in these languages you could convert them or someone here may be able to convert these samples for you
VB Sample:
http://www.pscode.com/vb/scripts/ShowCo ... 1&lngWId=1
Text Ref:
http://www.xtremevbtalk.com/showthread. ... ght=usb%2A
HID Controller (needed for USB, Delphi based, I think):
http://www.delphi-gems.com/Controls.php
USB Info (you may already have this

):
http://www.lvr.com/usb.htm
Hope These Helps.