blah blah blah is here! blah blah » Close

0
votes
0 answers

Unique Hardware ID

Hi, I am doing a project to identify if any of the hardware (Mouse, Keyboard etc) is removed or replaced with another one. I tried Device ID and PNP Device ID using "ManagementObjectSearcher" but it is not changing even if i re ...

0
votes
1 answers

Sending more than one character using C# visual studio through serial communication USB - arduino

Dear all, I am trying to send a string through usb. By using this link http://csharp.simpleserial.com/, I managed to send one character. Can someone please help in tell me how to change it to 2 charcter. This is the code for sending ...

0
votes
1 answers

A good "guide" for understanding WMI?

I'm trying to use WMI from within an application to gather detailed information about devices attached to the system. For example, I was able to come up with the following code to enumerate all connected USB storage devices: [code] ...

0
votes
1 answers

stop USB device from C#

Is it possible to "safely remove" a USB storage device from within C#? The app I'm working on will write some specific data to a USB flash device, then I want to have the device safely removed and afterwards inform the user (wi ...

0
votes
2 answers

how to connect to a USB modem?

Hi, i found this code online for send/receive sms thru GSM modem. Problem now is I think this code is meant for RS232 modem through Serial Port. My modem is a USB Huawei 3G modem. How can i modify the code so that it can connect to my USB m ...

0
votes
0 answers

Arduino

Could I tether my android phone to Arduino using an app like PDANET and then rebroadcast the internet over WIFI with a WiShield?

1
votes
1 answers

Detect USB Connection Event

eeboy
499

I have a USB device that my program depends on. I'd like to be able to have an event fire when a USB device with a specific descriptor, VID or PID is plugged/unplugged. How can I achieve this?

2
votes
4 answers

C# usb dongle

Hi I'm creating a windows application and I want to use a USB Dongle for user authentication. Is there anyone that can give me some help on how this works? Any help will be really appreciated Thanks in advance

Feedback