3
votes
4answers
89 views
Programmatically differentiating between USB Floppy Drive and USB Flash Drive in Windows
On Windows (XP-7), is there a reliable way of programatically differentiating between USB floppy drives and USB flash drives in C++?
At the moment, I'm using WMI to get updates when new …
1
vote
3answers
66 views
Turn on PC with USB-device
I want to be able to turn my PC on and off using an IR-remote sensor that is connected via USB to the PC. The sensor is a custom PCB implemented with an AVR microprocessor and V-USB software …
1
vote
5answers
76 views
Can I use a USB-to-serial adapter to talk to my development board from VMWare Fusion?
I have a Linux virtual machine running on VMWare Fusion (on Mac OS X) that I intend to use as a development environment for an embedded system. Would it be possible for my Linux VM to talk to my …
0
votes
2answers
68 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) up to my phone so I …
0
votes
3answers
73 views
USBCELL - Can anyone program this?
USBCELL rechareable batteries - charged using the USB port
These came out a while back and are worth the money, in my opinion.
I searched around for software specifically made to monitor the battery …
0
votes
2answers
26 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 device at all. I'm …
3
votes
3answers
60 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 simultaneously appear …
0
votes
1answer
26 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.
I can't seem to …
0
votes
0answers
45 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 seems to be viewed as a …
0
votes
2answers
76 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 in C#, or is it …
3
votes
1answer
53 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 expects a USB stick. Our …
3
votes
3answers
243 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 you any code, but …
9
votes
3answers
278 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 (especially forgotten to …
1
vote
2answers
118 views
Arduino : sending MIDI up the USB
I'm interested in making an Arduino based MIDI controller to talk to my computer. Looking at other examples of Arduino MIDI (eg. http://itp.nyu.edu/physcomp/Labs/MIDIOutput), they all seem to wire up …
0
votes
5answers
212 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 source code
No …
