active questions tagged usb - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T00:26:36Zhttp://stackoverflow.com/feeds/tag/usbhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1592082/arduino-sending-midi-up-the-usb1Arduino : sending MIDI up the USBinterstar2009-10-20T01:54:23Z2009-11-27T10:34:49Z
<p>I'm interested in making an Arduino based MIDI controller to talk to my computer. Looking at other examples of Arduino MIDI (eg. <a href="http://itp.nyu.edu/physcomp/Labs/MIDIOutput" rel="nofollow">http://itp.nyu.edu/physcomp/Labs/MIDIOutput</a>), they all seem to wire up a dedicated 5 pin DIN. Which makes sense as this is the original cable to connect keyboards, expanders and sequencers together.</p>
<p>However, I want to send MIDI to my PC. A 5-pin DIN is just going to have to be plugged into a conversion box which connects to my PC via USB. And I already have a USB cable to connect my Arduino to my PC. So why can't I just use this?</p>
<p>I'm assuming what would stop me is that these conversion boxes all come with drivers which know how to handle the signal coming in over USB. Whereas, say, a virtual synth on my computer wouldn't expect or know how to handle raw bytes coming in in via the serial port. So is there a standard / free equivalent to these drivers that I could use for my own project? Or, if not, what would it take to write one? Where could I find out more about this?</p>
http://stackoverflow.com/questions/1797128/programmatically-differentiating-between-usb-floppy-drive-and-usb-flash-drive-in3Programmatically differentiating between USB Floppy Drive and USB Flash Drive in Windowscafebabe2009-11-25T14:07:30Z2009-11-27T08:22:14Z
<p>On Windows (XP-7), is there a reliable way of programatically differentiating between USB floppy drives and USB flash drives in C++?</p>
<p>At the moment, I'm using WMI to get updates when new <a href="http://msdn.microsoft.com/en-us/library/aa394173%28VS.85%29.aspx" rel="nofollow"><code>Win32_LogicalDisk</code></a> instances are detected, and then using the DriveType attribute of the LogicalDisk object to figure out a basic type. This works quite well, except that floppy drives and USB flash drives are both of DriveType <code>DRIVE_REMOVABLE</code>, so to differentiate between those (floppy vs. flash), I'm using the <a href="http://msdn.microsoft.com/en-us/library/aa510113.aspx" rel="nofollow"><code>IOCTL_STORAGE_GET_HOTPLUG_INFO</code></a> interface to figure out if the device is hotpluggable, and was working on the principal that that meant it was a flash drive and not a floppy. Again, I think this works quite well (if a little inefficient, using both the WDK API and WMI to get info ) in the case of internal floppy drives, but unfortunately USB Floppy drives are also hotpluggable a lot of the time, so there is no clear way to differentiate between flash and USB floppy drives, that I can see. I know there are properties that <em>may</em> work, like checking if its mapped to the reserved drives A: or B (edit: only relevant if the machine definitely has a floppy drive - see <a href="http://support.microsoft.com/kb/307844" rel="nofollow">MS-KB: How to change drive letter assignments in Windows XP</a>), or looking at the description, but I'd really like something a bit more reliable.</p>
<p>Sorry about the long explanation, but just wanted to be clear! Thanks</p>
http://stackoverflow.com/questions/1659045/usbcell-can-anyone-program-this0USBCELL - Can anyone program this?CheeseConQueso2009-11-02T01:35:34Z2009-11-26T19:14:37Z
<p><a href="http://www.usbcell.com/" rel="nofollow">USBCELL</a> rechareable batteries - charged using the USB port<hr></p>
<p>These came out a while back and are worth the money, in my opinion.</p>
<p>I searched around for software specifically made to monitor the battery level of USBCELL batteries and got nothing. There are some USB port monitor programs out there which might tie in somehow, but they could be unrelated also.</p>
<p>Anyway..</p>
<p>Is it possible to write a program that tells you the battery level of the USBCELL when its plugged in and is charging?
<hr>
<b>EDIT</b><br>
If it makes any difference, the batteries have status lights that turn on when plugged in.<br>
There is nothing to install (optional or required) to get these to work. </p>
http://stackoverflow.com/questions/1789171/turn-on-pc-with-usb-device1Turn on PC with USB-deviceJonatan2009-11-24T10:24:33Z2009-11-24T10:56:02Z
<p>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 USB-implementation.</p>
<p>Now, turning off the PC is no problem with software, but is there any way to turn ON the PC using USB?</p>
<p>(Please note, I'm not talking about booting from USB-stick or USB-power supply ...)</p>
http://stackoverflow.com/questions/1779742/can-i-use-a-usb-to-serial-adapter-to-talk-to-my-development-board-from-vmware-fus1Can I use a USB-to-serial adapter to talk to my development board from VMWare Fusion?sigjuice2009-11-22T19:45:25Z2009-11-23T21:38:04Z
<p>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 embedded system's serial port using a USB-to-serial adapter? Any recommendations for what sort of adapter I should get?</p>
http://stackoverflow.com/questions/1141362/data-collection-with-android-via-usb2Data collection with Android via USBwebclimber2009-07-17T03:43:51Z2009-11-21T16:06:45Z
<p>What would be the best way to access the USB as a serial port on a android device (HTC Magic) ?
I am thinking about a OBD-II interface, can I do this on a startdard phone or more likely I'll need a modified firmware ?</p>
http://stackoverflow.com/questions/1762989/is-there-software-or-code-to-alter-usb-power-output0Is there software or code to alter USB power outputAmbrosia2009-11-19T12:35:21Z2009-11-21T13:42:40Z
<p>I had a look at <a href="http://stackoverflow.com/questions/612220/killing-power-to-a-usb-port">this</a> and <a href="http://stackoverflow.com/questions/404097/windows-power-off-an-usb-device-in-software">this</a> 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 don't have to use a battery (the battery is dead anyway and this is just an experiment). The problem is that USB standards ensure that a minimum of 4.35V is supplied, when I only want 3.7V. Does anyone know for sure that you can or cannot regulate power output programmatically? Some other queries I have are: What kind of power does the sleep mode provide? And what would I need to code something in to play with this, C++?</p>
http://stackoverflow.com/questions/1744513/setupdigetdeviceinterfacedetail-returns-only-for-the-path-of-all-usb-hid-obje0SetupDiGetDeviceInterfaceDetail returns only "\" for the path of all USB HID objectsxitrium2009-11-16T20:01:43Z2009-11-17T09:27:57Z
<p>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 using code that is very similar in procedure to this code:</p>
<pre><code>HANDLE connectDeviceNumber(DWORD deviceIndex)
{
GUID hidGUID;
HDEVINFO hardwareDeviceInfoSet;
SP_DEVICE_INTERFACE_DATA deviceInterfaceData;
PSP_INTERFACE_DEVICE_DETAIL_DATA deviceDetail;
ULONG requiredSize;
HANDLE deviceHandle = INVALID_HANDLE_VALUE;
DWORD result;
//Get the HID GUID value - used as mask to get list of devices
HidD_GetHidGuid (&hidGUID);
//Get a list of devices matching the criteria (hid interface, present)
hardwareDeviceInfoSet = SetupDiGetClassDevs (&hidGUID,
NULL, // Define no enumerator (global)
NULL, // Define no
(DIGCF_PRESENT | // Only Devices present
DIGCF_DEVICEINTERFACE)); // Function class devices.
deviceInterfaceData.cbSize = sizeof(SP_DEVICE_INTERFACE_DATA);
//Go through the list and get the interface data
result = SetupDiEnumDeviceInterfaces (hardwareDeviceInfoSet,
NULL, //infoData,
&hidGUID, //interfaceClassGuid,
deviceIndex,
&deviceInterfaceData);
/* Failed to get a device - possibly the index is larger than the number of devices */
if (result == FALSE)
{
SetupDiDestroyDeviceInfoList (hardwareDeviceInfoSet);
Log("hidin: -- failed to get specified device number");
return INVALID_HANDLE_VALUE;
}
//Get the details with null values to get the required size of the buffer
SetupDiGetDeviceInterfaceDetail (hardwareDeviceInfoSet,
&deviceInterfaceData,
NULL, //interfaceDetail,
0, //interfaceDetailSize,
&requiredSize,
0); //infoData))
//Allocate the buffer
deviceDetail = (PSP_INTERFACE_DEVICE_DETAIL_DATA)malloc(requiredSize);
deviceDetail->cbSize = sizeof(SP_INTERFACE_DEVICE_DETAIL_DATA);
//Fill the buffer with the device details
if (!SetupDiGetDeviceInterfaceDetail (hardwareDeviceInfoSet,
&deviceInterfaceData,
deviceDetail,
requiredSize,
&requiredSize,
NULL))
{
SetupDiDestroyDeviceInfoList (hardwareDeviceInfoSet);
free (deviceDetail);
Log("hidin: -- failed to get device info");
return INVALID_HANDLE_VALUE;
}
Log("Opening device with path: %s", deviceDetail->DevicePath);
</code></pre>
http://stackoverflow.com/questions/1746188/hardware-repair-a-bad-usb0Hardware.. Repair a bad usb [closed]baash052009-11-17T02:15:19Z2009-11-17T02:32:07Z
<p>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 bad sector. </p>
<p>It's niggling me that it's broken, and I want to fix it and then put the software back on it. </p>
<p>--
Zero assumption took 27hours to scan it and then said there's no file system on it and it can't recover the files. I'm not looking to recover the files, just the space, so I can put my files back on it.. </p>
<p>If this is a bad question, I'm sorry. I noted there were other hardware questions posted and figured I'd give it a go. </p>
http://stackoverflow.com/questions/1743855/how-can-i-convince-osx-to-switch-audio-devices-when-i-insert-or-remove-a-usb-head0How can I convince OSX to switch audio devices when I insert or remove a USB headset?Colin Dean2009-11-16T18:05:40Z2009-11-16T18:22:52Z
<p>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.</p>
<p>I can't seem to find a way within the Sound preferences to do this. Is there a program out there which can handle it for me?</p>
http://stackoverflow.com/questions/1721472/looking-for-virtual-usb-hid-driver3Looking for virtual USB HID driverjacob2009-11-12T11:08:37Z2009-11-16T04:13:40Z
<p>We designed a special communication tool for use on a wheelchair to control lights etc. We use <a href="http://en.wikipedia.org/wiki/Z-Wave" rel="nofollow">Z-wave</a>. We have app for control of these devices via PC.</p>
<p>Unfortunately, the app expects a USB stick. Our design does not allow a USB connected stick. Instead we use serial interface module that links to the pc via Bluetooth and a virtual comport. We know that the application uses HID standard windriver. (no third party driver involved)</p>
<p>We were wondering if we could use a HID "wrapper" driver that simulates the USB identifiers and PnP in a way that the application thinks that a stick is connected, and then links the Bluetooth virtual comport data to the app.</p>
http://stackoverflow.com/questions/1345901/detect-usb-mass-storage-eject-unmount-in-linux2Detect USB mass storage eject/unmount in LinuxGertjan2009-08-28T09:18:38Z2009-11-15T16:02:51Z
<p>I'm using the <code>g_file_storage</code> gadget in Linux to export a partition as a removable USB mass storage device to host PC's (Windows, Linux, MAC). </p>
<p>All of these host OS's (can) automatically mount the removable disk and access it without issues, and I'm looking for a way to detect that the host has ejected/unmounted the disk.</p>
<p>The only way I've found so far is limited to Windows XP. When the users choses "Safely Remove Hardware", XP puts the USB device to suspend mode which can be detected at the remote end. For some reason, this does not work in Vista.</p>
http://stackoverflow.com/questions/1199444/interface-usb-to-89s52-8051-microcontroller0Interface usb to 89s52 ( 8051 ) microcontrollerDharavk2009-07-29T11:02:18Z2009-11-15T16:00:03Z
<p>How do i interface an usb to microcntroller 89s52 ? can i get the circuit diagram itself ? And also the logic behind the transmission and reception of bits ?</p>
<p>Thnxx</p>
http://stackoverflow.com/questions/1589804/iphone-interaction-between-pc-app-and-iphone-app-using-usb3iPhone interaction between PC app and iPhone app using USBsantoni2009-10-19T16:46:18Z2009-11-15T11:17:19Z
<p>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 ?</p>
<p>I don't ask you any code, but just the paths and the keys for making that work.</p>
<p>Have I to access the iPhone disk through SSH and work with files ?</p>
<p>Or can I send data from the iPhone app and intercept (get) it on the PC app (and send data from PC to iPhone) ?</p>
<p>Thanks, and if this question is stupid, just tell me, I didn't find on Dev Center (I don't really know what I have to looking for...) !</p>
<p>Edit : I read some news from Microids, they will synchronize PC and iPhone games (<a href="http://worthplaying.com/article/2009/3/27/news/60281/" rel="nofollow">i.g here</a>), and somewhere (I can't find it again) they say connecting the iPhone on the USB, so I think this is possible</p>
http://stackoverflow.com/questions/1732941/monitor-usb-traffic0Monitor USB trafficSmurf2009-11-14T01:41:39Z2009-11-14T03:35:20Z
<p>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 more of a C++ type of problem?</p>
http://stackoverflow.com/questions/1728313/is-it-possible-to-have-a-single-physical-usb-device-appear-as-two-separate-device3Is it possible to have a single physical USB device appear as two separate device classes?Clifford2009-11-13T10:08:59Z2009-11-13T10:45:00Z
<p>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 as a mass-storage device.</p>
<p>Is this possible, or will the device need to switch between mass-storage and communications-device so that it is only one thing at a time?</p>
<p><strong>[edit]</strong>I was probably a bit quick in firing off a question; <a href="http://www.smxrtos.com/articles/usb%5Fart/waysusb.htm" rel="nofollow">this</a> suggests that it can indeed be done, using the <em>USB Composite Device Framework</em>. I'd still be interested if anyone has any experience of this and might have some tips or pointers, what platform was used, and what if any third-party tools or stacks they may have used.</p>
http://stackoverflow.com/questions/1707163/read-data-from-usb-bit-by-bit0Read data from USB bit by bitalex2009-11-10T11:04:50Z2009-11-13T10:14:34Z
<p>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 event a single bit is sent).</p>
<p>How can I read that data from the USB port?</p>
http://stackoverflow.com/questions/243173/problem-with-lib-usb-error-5-after-random-of-bytes-transferred0Problem with LIB-USB? "Error -5" after random # of bytes transferredMark2008-10-28T12:58:08Z2009-11-12T01:00:01Z
<p>I'm having an issue with a USB project using LIB-USB. The USB device is based on a PIC18F4550 and has a single control endpoint. The PC front-end is written in MSVC and uses Lib-Usb 1.12.</p>
<p>On the PC end, the program begins by setting the configuration, claiming the interface, then sending (and receiving) control messages (vendor specific), all successfully. After what seems like a random # of bytes have been transferred (anywhere between 100 and 2000) the transfer halts with an error rc=-5 returned from the usb_control_msg call.</p>
<p>On the PC-end, the calls look like this:<br />
ret=usb_set_configuration(udev, 1);<br />
ret=usb_claim_interface(udev, 0);<br />
ret = usb_control_msg(udev, USB_TYPE_VENDOR|USB_RECIP_DEVICE, CMD_RESET, 0, 0, buffer, 0, 100);<br />
ret = usb_control_msg(udev, 0xC0, GET_FIFO_DATA, 0, 0, buffer, 8, 100); </p>
<p>The last call, which actually acquires data from the USB device, runs many times in sucession but always dies after a random number of bytes (100 to 2000 in total) are transferred in this way. Changing the pipe to EP1 does the same thing with the same error eventually appearing.</p>
<p>On the USB device (PIC) end the descriptor is very simple, having only the EP0 pipe, and looks like this:
Device
db 0x12, DEVICE ; bLength, bDescriptorType<br />
db 0x10, 0x01 ; bcdUSB (low byte), bcdUSB (high byte)<br />
db 0x00, 0x00 ; bDeviceClass, bDeviceSubClass<br />
db 0x00, MAX_PACKET_SIZE ; bDeviceProtocol, bMaxPacketSize<br />
db 0xD8, 0x04 ; idVendor (low byte), idVendor (high byte)<br />
db 0x01, 0x00 ; idProduct (low byte), idProduct (high byte)<br />
db 0x00, 0x00 ; bcdDevice (low byte), bcdDevice (high byte)<br />
db 0x01, 0x02 ; iManufacturer, iProduct<br />
db 0x00, NUM_CONFIGURATIONS ; iSerialNumber (none), bNumConfigurations<br />
Configuration1<br />
db 0x09, CONFIGURATION ; bLength, bDescriptorType<br />
db 0x12, 0x00 ; wTotalLength (low byte), wTotalLength (high byte)<br />
db NUM_INTERFACES, 0x01 ; bNumInterfaces, bConfigurationValue<br />
db 0x00, 0xA0 ; iConfiguration (none), bmAttributes<br />
db 0x32, 0x09 ; bMaxPower (100 mA), bLength (Interface1 descriptor starts here)<br />
db INTERFACE, 0x00 ; bDescriptorType, bInterfaceNumber<br />
db 0x00, 0x00 ; bAlternateSetting, bNumEndpoints (excluding EP0)<br />
db 0xFF, 0x00 ; bInterfaceClass (vendor specific class code), bInterfaceSubClass<br />
db 0xFF, 0x00 ; bInterfaceProtocol (vendor specific protocol used), iInterface (none) </p>
<p>The actual framework is that of Bradley Minch's in assembly language. </p>
<p>If anyone has encountered this type of problem before I'd love to hear about it as I've tried just about everything to solve it including using a different pipe (EP1, with the same results), checking the UOWN bit on the PIC before writing to the pipe, handshaking with the PC host (where the PC must send a vendor-specific command first before the datsa is written) but to no avail.</p>
<p>Thanks! Mark</p>
http://stackoverflow.com/questions/1697632/is-there-a-way-to-identify-a-usb-pnp-event-in-perl-code-on-windows0Is there a way to identify a USB pnp event in Perl code on Windows?Anonymous2009-11-08T19:30:09Z2009-11-09T18:12:29Z
<p>Is anyone familiar with how to identify a USB pnp event with Perl on a Windows (win32 system)?</p>
<p>There is <a href="http://search.cpan.org/dist/Device-USB" rel="nofollow">Device::USB</a> (Use libusb to access USB devices) but it suitable for linux, and in order to work in Windows it require libusb and even that not require it to works, is there any other option to identify if a USB device is plugged or unplugged on a Win32 system with Perl? If yes, could someone show an example?</p>
http://stackoverflow.com/questions/1644852/how-to-detect-that-symbian-phone-is-being-used-as-a-modem0How to detect that Symbian phone is being used as a modem?Rob Charlton2009-10-29T16:14:38Z2009-11-09T13:07:43Z
<p>I have a Nokia Symbian Series 60 3rd edition phone. I can use it as a GPRS / 3G modem either using Bluetooth, USB or IR.</p>
<p>Is there a way to programmatically detect when the phone is being used as a modem?</p>
<p>Please note I don't want to detect when a GPRS / 3G connection comes up (such as when you use the phone browser), but when a GPRS / 3G connection comes up that is the result of the phone being used as tethered modem via BT / IR / USB. </p>
<p>So the user has set up a dial up networking connection on their laptop, for instance, which uses the modem in the phone. They then launch that connection because they want to make a 3G wireless internet connection from their laptop via the phone. That's what I'd like to be able to detect from the phone.</p>
http://stackoverflow.com/questions/1700606/java-based-usb-application0Java based usb applicationSushant Taneja2009-11-09T12:08:42Z2009-11-09T12:36:08Z
<p>Hello All,</p>
<p>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 USB is plugged-in.</p>
<p>How can I achieve it ???</p>
http://stackoverflow.com/questions/1687239/getting-connected-usb-info-with-delphi-on-vista1Getting connected USB info with Delphi on Vistaunknown (google)2009-11-06T12:21:10Z2009-11-06T15:03:40Z
<p>Hello,</p>
<p>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 Registry?
I have a code it's working on XP but not in Vista.(code: <a href="http://www.delphipraxis.net/post991546.html" rel="nofollow">http://www.delphipraxis.net/post991546.html</a>)
Why the code is not working on Vista?
I'm really stack about that. Please help.</p>
<p>Thanks a lot for your answers.
worker.db@gmail.com</p>
http://stackoverflow.com/questions/1636744/run-apache-php-mysql-cakephp-application-on-a-usb-stick0Run Apache / PHP / MySQL (CakePHP) application on a USB stick?Mindblip2009-10-28T11:43:43Z2009-11-05T22:16:42Z
<p>Hi,</p>
<p>I have an existing CakePHP that runs on a LAMP environment and need to install it on a USB drive for mass public distribution.</p>
<p>There are a few requirements:</p>
<ul>
<li>Protect the source code</li>
<li>No installation required</li>
<li>Windows support essential</li>
<li>MAC & Linux would be a bonus</li>
<li>Must run offline, without Internet connection</li>
<li>Ability to sync with server for data transfer and updates</li>
</ul>
<p>I have conducted a large amount of research into the options and am keen to learn what other developers think.</p>
<p>Potential solutions:
- Flash / XML
- Adobe AIR app
- USB webserver (Server2Go, Portable Apps XAMPP)</p>
<p>Has anyone used any of the above, any comments would be greatly appreciated.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1155158/java-video-capture-on-mac-os-x-usb-firewire1Java video capture on Mac OS X (USB/Firewire)leaf dev2009-07-20T18:35:36Z2009-11-05T19:00:04Z
<p>Looking for resources and information regarding capturing video from an external webcam on Mac OS X using Java. QTKit seems to only offer this functionality in native code. Any information would be appreciated. </p>
http://stackoverflow.com/questions/1675059/jpos-hello-world0JPOS Hello WorldSilence2009-11-04T16:39:03Z2009-11-05T18:37:32Z
<p>I would like to print a sample line on my USB POS (Point-Of-Sale) printer from a java program on Windows XP.</p>
<p>I tried to setup a JPOS implementation but I get exception after exception for a missing jpos.xml or missing javax.usb.propreties file.</p>
<p>Can anyone tell me how to generate thoses files ? They somewhat need to link to an implementation or something like that and I'm not sure what the (rare, unclear and incomplete) documentation means. Any other help would be appreciated.</p>
<p>My current printer model is Star TSP 100 with a USB connector. My printer seems to be connected correctly since I can print a file on it from windows.</p>
http://stackoverflow.com/questions/1678681/usb-programming-with-objective-c0USB Programming with Objective-CParesh Thakor2009-11-05T06:22:41Z2009-11-05T07:10:06Z
<p>Can anyone tell me how to program USB devices with Objective-C as an iPhone application?</p>
<p>I want to access USB device contents through iPhone</p>
http://stackoverflow.com/questions/1674708/downloading-data-to-a-pic-micro-from-the-web1Downloading data to a PIC micro from the webrealdeal2009-11-04T15:52:47Z2009-11-05T03:11:01Z
<p>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 device across the room.
They would like the data to come from the web. ie. user clicks a link in their browser which wakes up the PIC board and begins a download to the PIC device without the need for another application to visibly popup in front of the user.</p>
<p>I would think this can't be done without the setting up the browser preferences and assigning a custom application to recognize the data file. The security issues with a link initiating this kind of flow of events must be too great unless I'm missing something.
Has anyone done something like what I described above?</p>
http://stackoverflow.com/questions/1660023/how-do-i-build-a-virtual-usb-simulator2How do I build a virtual USB simulator?jacob2009-11-02T08:27:23Z2009-11-04T11:39:16Z
<p>We are looking for a virtual USB link simulator; this program or service should
link a virtual <a href="http://en.wikipedia.org/wiki/COM%5F%28hardware%5Finterface%29" rel="nofollow">COM port</a> to an application which accepts only USB as data link.</p>
<p>The <a href="http://en.wikipedia.org/wiki/COM%5Fport%5Fredirector#Virtual%5FSerial%5FPort" rel="nofollow">virtual COM port</a> is <a href="http://www.eterlogic.com/Products.VSPE.html" rel="nofollow">VSPE</a> from <a href="http://www.eterlogic.com/" rel="nofollow">Eterlogic</a>.</p>
<p>The purpose is to make a serial data link between this virtual port and an application that expects data from a USB stick. Instead of the stick (recognized as HID) the program should get serial data from the virtual COM port (<a href="http://en.wikipedia.org/wiki/RS-232" rel="nofollow">RS-232</a>) presented as a virtual USB connection.</p>
http://stackoverflow.com/questions/1665969/c-getdrives-with-type-fixed-but-without-usb-harddisks1C# getdrives with type fixed but without usb harddisks?ephraim2009-11-03T08:32:49Z2009-11-03T09:46:01Z
<p>Hey,</p>
<p>I want to retrieve the list of fixed disks in a system. But C#s GetDrives Fixed Drives are including plug USB Harddisks.</p>
<p>Any idea how I may detect that a fixed Drive is not an USB harddisk or vica versa?</p>
<p>Ciao Ephraim</p>
http://stackoverflow.com/questions/1655927/querying-the-connecting-device-for-usb-devices-in-os-x0Querying the connecting device for usb devices in OS XPaul Wicks2009-10-31T23:34:37Z2009-10-31T23:47:29Z
<p>Ok, so here's the setup. In OS X (>= 10.5), is it possible, given a mounted usb device with a known location, say /Volumes/FLASHDRIVE, to find out whether this device is connecting through another usb device (a card reader for example) and if so, which one. </p>
<p>Ideally, this could all be done in python, but if not that's ok too. </p>