New answers tagged usb
Advice
0 votes
0 replies
0 views
Creating an android sync tool
So I have talked this more with my team. It appears we will be using the private storage partition. What this sync will do is get the db file from the phone and know what to add or remove and at the ...
Advice
0 votes
0 replies
0 views
Creating an android sync tool
I really appreciate your response and information. This information does appear to put me on the right path. Thank you again
0 votes
Eject USB device via C#
I was surprised, how difficult is to eject a USB drive... The code below is far from simple, but it works for ejecting 7 USB flash drives from a USB hub. Tested on Windows 11. public static class ...
Advice
0 votes
0 replies
0 views
Creating an android sync tool
"Those details are still being worked out" means you still need find out what does "sync" mean in your context. What does your app do with the files? If your app/device is a ...
Advice
0 votes
0 replies
0 views
Creating an android sync tool
Those details are still being worked out. We are creating a specific device to store all the files on and we are unsure of all that. For the time being and testing purposes we are using a random ...
Advice
1 vote
0 replies
0 views
Creating an android sync tool
It is still unclear what the Android device (OS version? / consumer or custom device) is connected to. You mention 'electron for the sync tool' but don't mention on which OS (Windows/Linux/Mac) that ...
Advice
0 votes
0 replies
0 views
Creating an android sync tool
So essentially the objective is to sync files and media on the device. The device is an offline device(doesn’t connect to WiFi) so when you connect it to the computer the electron app will view what’s ...
Advice
0 votes
0 replies
0 views
Creating an android sync tool
I recommend that you add a lot more detail to your question. What exactly does "connect to an android device with code" mean?
0 votes
Android 3.1 USB-Host - BroadcastReceiver does not receive USB_DEVICE_ATTACHED
If I'm not mistaken, in 2026, if you have a manifest-declared USB_DEVICE_ATTACHED intent, then your application gets sent an android.hardware.usb.action.USB_DEVICE_ATTACHED intent in response to a USB ...
2 votes
Pymodbus library communication delay
Here’s a drop-in style refactor that addresses the common pitfalls: explicit RTU framer optional buffer reset response checking + timing logs reconnect on repeated failures serialize calls (even ...
Top 50 recent answers are included
Related Tags
usb × 7951android × 1821
linux × 900
windows × 708
c# × 682
python × 540
java × 506
hid × 496
serial-port × 474
c++ × 454
c × 425
driver × 381
libusb × 369
macos × 347
arduino × 241
stm32 × 189
winapi × 185
embedded × 177
linux-kernel × 170
.net × 165
device × 164
raspberry-pi × 161
adb × 158
linux-device-driver × 152
usbserial × 144