0
votes
1answer
39 views
Is there software or code to alter USB power output
I had a look at this and this but no one sounded particularly sure of their ideas and I'm kind of after a different thing anyway. I want to hook my usb power cables (red and black) …
0
votes
1answer
24 views
How can I convince OSX to switch audio devices when I insert or remove a USB headset?
I would like for OSX to switch audio output devices when I insert a USB headset. It should switch to the headset on insertion, and switch back to Speakers when I remove the headset …
0
votes
2answers
15 views
SetupDiGetDeviceInterfaceDetail returns only “\” for the path of all USB HID objects
I can tell how many USB HID devices I have (7), but every time I try to get details on any device, the path returned for it is always "\", making it so that I can't access the devi …
0
votes
0answers
41 views
Hardware.. Repair a bad usb [closed]
I have a USB stick with a sound driver and mini earphone/mic jack. It used to have software (vonage) on it, but somehow it's now cactus. I've scanned it and almost half of it seem …
3
votes
3answers
53 views
Is it possible to have a single physical USB device appear as two separate device classes?
I am in the early stages of development of a device requiring USB connectivity. As a minimum the device must appear as a legacy serial port, but it would be useful if it could sim …
0
votes
2answers
69 views
Monitor USB traffic
I want to view all traffic going out the USB, with the potential to block data transactions to/from the USB based on content policy. How would this be done? Any way to achieve this …
2
votes
1answer
31 views
Looking for virtual USB HID driver
We designed a special communication tool for use on a wheelchair to control lights etc. We use Z-wave. We have app for control of these devices via PC.
Unfortunately, the app expe …
0
votes
1answer
39 views
Read data from USB bit by bit
I'm looking for a software/hardware solution to read all data from a USB port bit by bit. A friend has some custom hardware that sends data via USB when some events fire (for an ev …
0
votes
1answer
68 views
Is there a way to identify a USB pnp event in Perl code on Windows?
Is anyone familiar with how to identify a USB pnp event with Perl on a Windows (win32 system)?
There is Device::USB (Use libusb to access USB devices) but it suitable for linux, a …
0
votes
2answers
57 views
Java based usb application
Hello All,
I working on a Java based application which can be carried around by the user in a USB flash Drive. At the startup I want to check for existing JVMs on the machine the …
3
votes
3answers
197 views
iPhone interaction between PC app and iPhone app using USB
Hi,
I know since the 3.0 SDK we can use accessories, so my question is simple, what is the process to make an iPhone app and PC (or Mac) app interact, using the USB ?
I don't ask …
0
votes
5answers
184 views
Run Apache / PHP / MySQL (CakePHP) application on a USB stick?
Hi,
I have an existing CakePHP that runs on a LAMP environment and need to install it on a USB drive for mass public distribution.
There are a few requirements:
Protect the sou …
1
vote
1answer
101 views
Getting connected USB info with Delphi on Vista
Hello,
How can I get 'connected usb info'(device instance id, driver key name ..) from Registry in Vista or Windows 7 by using delphi?
Where is this information in Windows Registr …
9
votes
3answers
265 views
How to make sure that a file was permanently saved on USB, when user doesn’t use “Safely Remove Hardware”?
When I save a file on a USB within my delphi application, how can I make sure the file is really (permanently) saved on the USB, when "Safely Remove Hardware" is not performed (esp …
1
vote
2answers
48 views
Downloading data to a PIC micro from the web
I have a client that would like a small PIC board that plugs into a PC's USB as a dongle in HID mode. It would basically just transfer small amounts of data over RF to another devi …
