Skip to main content
-2 votes
0 answers
45 views

I'm developing a minifilter driver for USB device access control in Windows (10/11, kernel mode). The driver reads USB device serial numbers and applies access rules (read/write/execute) based on them....
mario's user avatar
  • 1
1 vote
1 answer
67 views

According to the USB Mass Storage Class Bulk Only Transport spec, when I want to read a block of data from a USB flash drive, I do the following: Write a CBW describing the read request to the device'...
TheHans255's user avatar
  • 2,345
2 votes
1 answer
89 views

I have a script for my USB that i need to use on multiple devices, and i want it to auto-eject, and using this method, as long as it has elevated privileges it runs, no issues, no errors, but i check ...
Space-Coww's user avatar
0 votes
0 answers
121 views

I have an app in docker which is meant to handle connected USB devices. I launch it with enabled --privileged flag. Inside my app I use lsblk to find block devices to mount them when they are needed, ...
pktiuk's user avatar
  • 279
0 votes
1 answer
130 views

In a c# environment, if I have multiple USB cameras of the same make and product connected, is there any way to identify the same camera each time? For example, I have two USB cameras that show left ...
ハシビロコウ's user avatar
2 votes
0 answers
65 views

My Android app needs to export Excel files to a USB drive when it's connected. I'm handling the USB connection and permission request. However, even after the user grants permission, my ...
Aswin .A.S's user avatar
1 vote
0 answers
50 views

I have a wpf application that detects the USB removable devices. We have another service(c# and C++) which takes care of the ejection of the drives. This service is being called by the wpf app. When ...
Raj's user avatar
  • 11
0 votes
0 answers
51 views

Windows file explorer shows some entries that are not accessible from the file system (ie java file read/write) For example, the 'EPIX' entry under 'This PC' (a smart watch connected by USB) behaves ...
Ribo's user avatar
  • 3,465
0 votes
0 answers
841 views

I have a raspberry pi pico, a usb storage device, the usb lines with D+, D-, VCC and GUN. My develop environment is pico-sdk. I want to connect the usb storage device to the raspberry pi pico, but I ...
Hui Xiao's user avatar
1 vote
0 answers
75 views

I need read physical disk (usb). I want to read/write raw data unallocated area on disk. Ideally, if there is a solution for Golang. That is, read/write, for example, the first 20 bytes on the disk. ...
Zpon's user avatar
  • 11
0 votes
0 answers
25 views

Our design team works on company-provided Windows PCs to create new designs. We have reason to believe that one of our designers is leaking our original designs to competitors. To prevent this, we ...
mahyunk's user avatar
  • 11
1 vote
0 answers
161 views

I am trying to develop my own telemetry board which would use an accelerometer, GPS module, display etc. , I am currently doing the schematics for my board. I would like to programm the MCU just using ...
Kristián Nemček's user avatar
1 vote
0 answers
236 views

I would like to get free memory on USB drive (64GB, FAT32) with FatFs library. Here is part of my code: DWORD fre_clust, fre_sect; uint64_t free_memory; res_file = f_mount(&fs, "0:", 1);...
JO95's user avatar
  • 33
0 votes
0 answers
48 views

Why does dir -Force -Recurse >$null return System.ComponentModel.Win32Exception,Microsoft.PowerShell.Commands.GetChildItemCommand exception on my USB pendrive. I first did a chkdsk e: /x /r and ...
SebMa's user avatar
  • 4,995
0 votes
3 answers
301 views

My phone is a Samsung A32 5G ( SM-A326B/DS). Android 12, native ROM, SDK 31. I need to read files from OTG USB dongle from 2 apps : My app which is an installer. It install some APK and restore some ...
Coilhac's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
38