Jump to content

USB Mail Notifier


Netexl
 Share

Recommended Posts

I bought "USB Mail Notifier" form here: dx

The software that came with it is totally useless so some gays wrote in C# application for the device, since I'm not working in C# I need help to understand how it will work in AUTOIT.

In the forum of the product they have source code and explanations how to control this HID usb item (should be simple), can anyone know how I can write to HID usb device in AUTOIT?

Here is a quote from DX forum:

Controlling the 3 LEDs (RGB) that are inside is quite easy... The device belongs to the USB HID class (http://en.wikipedia.org/wiki/USB_human_interface_device_class). Use an USB sniffer application e.g. USBlyzer to get the commands or simply use the following:

-------------------

hidDevice.Write(new byte[6] { 0x00, , 0x00, 0x00, 0x00, 0x00 });

where is 0x00-0x07

I used this library to do it in C#:

http://hidlibrary.codeplex.com/

-------------------

Also, check out my Add-in for Outlook 2007 (C# source included!). I have created a seperate thread for it: http://www.dealextreme.com/forums/Default.dx/sku.27062~threadid.384086

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...