0
votes
0answers
12 views
deviceID format for PS/2 mouse
I would like to know the DeviceID and PNPDeviceID format for PS/2 Mouse. On my system Device ID for PS/2 mouse is ACPI\PNP0F13\4&1F1D307&0. So is the format is ACPI\PNPxxxx{something} or some …
0
votes
0answers
16 views
WMI: How to differentiate between Wireless mouse and touch screen
I am using Win32_PointingDevice class to detect mice connected to the system. I ran my device discovery script on a machine which has touch screen. The discovery shows up with 3 pointing devices, …
1
vote
1answer
64 views
Faking an RS232 Serial Port
I'm developing a project that has a number of hardware sensors connecting to the deployment machine through RS232 serial ports.
But ... I'm developing on a machine without an physical RS232 serial …
0
votes
2answers
135 views
Receiving Invalid Data from Serial Port using SerialPort.ReadExisting()
I have written a program in .NET that listens to a particular Serial Port and processes the data that is being received. I wrote a test program using com0com (the Null-modem emulator) and my program …
9
votes
8answers
187 views
Looking for Hardware that will easily interface with my .NET code.
I'm a .NET C# developer looking to do some hardware interfacing/programming. I just want something super simple to mess around with. I have done one of those basic stamp projects, but I want …
0
votes
1answer
57 views
POS software/hardware general questions…
I'm looking for answers to a few general questions as to how point of sale (POS) software and hardware generally works in brick-and-mortar stores. I realize there will be many edge cases given the …
2
votes
1answer
115 views
read chip-id from pci- / pcie-card
A few months ago I had to write a small tool to program the eeprom of a rtl8139-card. It's basically the rtl8139-diag tool stripped down to read/write the eeprom.
This tool has to be extend to be …
1
vote
1answer
278 views
Drive Letter to Device Instance ID
How do I get from a drive letter to a device instance ID?
My process starts with a device arrival message. I have been successful in getting the drive letter from the arrival message and in opening …
1
vote
3answers
96 views
Monitoring battery or power supply of laptop from java
Hi All,
I am developing an application which monitors the presence of the power supply of the laptop. If there is a power cut or restoration it will intimate me over email. It will also application …
1
vote
3answers
566 views
Control Philips Living Colors using PC
Hi guys,
is there a way (hardware/software-combination) that I can use to control one or more "Philips Living Colors" lamps using a PC - e.g. a USB-stick that acts as the "remote". This way i could …
1
vote
2answers
110 views
How to integration/unit test software hardware interfaces
I'm working on a small fun projects that builds a robot.
We as the programmers are working parallel to the people building the robot. So it is very often the case that we are trying to run changed …
0
votes
1answer
284 views
Does SetupDiGetClassDevs work with device instance IDs as documented?
According to MSDN documentation, SetupDiGetClassDevs can be passed a device instance ID to obtain a device information set for a specific device:
To return only a specific device, set
the …
-1
votes
1answer
238 views
settop box hacking
I've recently bought a new set-top box, and the hacker spirit beckons me to carry out things with it.. i understand there could be no standard procedure to hack it / play with it still there should
…
0
votes
1answer
108 views
hardware buffering using SDL, question about how it works
I'm deciding to do my first game, its going to be simple but I want to use c++ and I chose SDL for my learning. So my question is about how the "buffers" are handled when writing code. I'll post my …
1
vote
2answers
90 views
COM vs WMI for Information providing
What is better method to use if I would like to provide the user with some information
about my Hardware device.
Should I develop a proprietary COM Library or should I develop a WMI provider?
