usb Questions
9
Solved
Typically, when I plug in my Zebra LP 2844-Z to the USB port, the computer sees it as a printer and I can print to it from notepad like any other generic printer. However, my application has some b...
Winshell asked 14/12, 2010 at 17:26
3
How could I get an autorun USB drive in Windows 7/8/10. autorun.inf doesn't seem to work anymore. Also could this work without any rubber duckie USB drives? Maybe trick windows into thinking it is ...
2
I'm trying to debug Unity game from PC with Windows 10 to Android phone:
In Unity from File > Build Settings I've Switch Platform to Android
In Android device I've downloaded and installed Un...
Stalinist asked 18/2, 2020 at 2:23
1
Solved
This had been working fine for me all the while, now all of a sudden I find this change in behaviour with no change in android or my wondows(I haven't updated either)
This is how I establish wirele...
Carey asked 16/6, 2021 at 3:17
1
I use RawInput + Windows USB HID API to receive WM_INPUT message when a gamepad button is pressed and retrieve gamepad state.
There's a problem: two triggers work on same axis which means you can'...
2
Solved
I added an udev rule to generate a separate link to a special tty device. I took the vendor and product id from lsusb:
Bus 001 Device 016: ID abcd:1234 Foo Device
The dmesg output for the device i...
Mirepoix asked 16/4, 2021 at 10:59
2
Solved
I'm a beginner C# programmer. I have a project that requires me to send the raw command to Zebra printer LP 2844 via USB and make it work. I did a lot of research and tried to figure out a way to d...
5
Solved
I need to obtain the path to the directory created for a usb drive(I think it's something like /media/user/xxxxx) for a simple usb mass storage device browser that I am making. Can anyone suggest t...
5
Summary
I'm developing firmware and a PC test application for a custom USB device, using the STM32F072 Discovery board. The device includes Microsoft Windows Compatible IDs (WCIDs) to enable automa...
3
Solved
What's the rationale behind making USB a polling mechanism rather than interrupt-driven? The answers I can come up with some reasoning are:
Leave control of processing efficiency and granularity ...
3
Solved
There is a bug on some Samsung Android Phones causing USB-debugging to automatically be turned on if the USB is plugged in. This is obviously a security issue. I want to write a program which will ...
4
I want to use my ACR122U contact-less smart card reader in Ubuntu 14 smarty. So I installed my required packages and drivers.
Finally when I want to use the reader I receive the following error:
...
Pyrazole asked 30/6, 2015 at 6:56
1
Solved
I am trying to communicate with a LeCroy WaveRunner 640Zi oscilloscope from a Raspberry Pi, they are connected with a USB cable. I have already done this under Windows, but now I am not able to mak...
2
Solved
I'm trying to write an application to remove USB Drives, but i can't find a way to do it. There's a .NET class to do this or it's possible using the Win32 API? All advises are welcome, thanks for t...
2
I am trying to communicate with USB device from Android-based smartphone via OTG. I was able to communicate with my device using Android USB Host API. The problem of USB Host API solution is perfor...
Obeisance asked 30/4, 2013 at 14:24
3
I have an issue with a UWP app that I am trying to write. I am connecting to a custom embedded USB Bulk device that I have programmed (it is actually an out of the box example from Cypress Semicond...
1
I'm trying to setup a Mac OS virtual machine to do iPad development. The host system is Ubuntu 18.04, and I'm using the stock qemu packages from the Ubuntu repo.
I've got a Mojave VM up and runnin...
10
I need network connection on my Android device to test apps. My notebook WiFi adapter is broken, so after 2 hours I've set connection via USB. But! Eclipse doesn't see the device when I start "Wire...
8
Solved
Basic situation:
I am copying some NTFS disks in openSUSE. Each one is 2 TB. When I do this, the system runs slow.
My guesses:
I believe it is likely due to caching. Linux decides to discard useful...
Otolaryngology asked 11/4, 2012 at 11:42
0
The standard Android Emulator that comes with Android Studio is a derivative of the QEMU CPU emulator. QEMU supports USB passthrough. I.e. you can connect a USB device to your computer and the Andr...
Itch asked 27/12, 2020 at 21:37
5
Solved
I have a requirement for firmware upgrade. I am planning to use USB DFU class. But command for firmware upgrade will come from PC application in my case . so i need to switch to bootloader which is...
7
The Output voltage from an USB port is 5v, and it can't be changed, isn't it?!
But what is the maximum amperage that I can drain from a smartphone?
It depends on the battery, hardware or is limite...
Incoordination asked 6/1, 2016 at 19:21
1
I'm interested in using the Linux USB composite gadget driver g_multi in an embedded Linux device, for Ethernet-over-USB and serial-over-USB (the Ethernet-over-USB is compiled for RNDIS mode; I'm n...
Caravan asked 1/4, 2013 at 23:39
6
Solved
Is there any way to know (pro grammatically) in your Activity/Application that the user has enabled USB tethering on his phone?
1
I'm developing an Android application which registers four intent filters for a BroadcastReceiver in the manifest. These are:
android.hardware.usb.action.USB_DEVICE_ATTACHED
android.hardware.usb.ac...
Unrequited asked 9/11, 2020 at 12:45
© 2022 - 2024 — McMap. All rights reserved.