Search found 7 matches

by waskalywabbit
Wed Apr 18, 2012 10:59 am
Forum: VBScript
Topic: USB Hid
Replies: 10
Views: 16901

USB Hid

Sorry I didn't expain myself fully, I will check out the DDK and forum.
by waskalywabbit
Wed Apr 18, 2012 10:32 am
Forum: VBScript
Topic: USB Hid
Replies: 10
Views: 16901

USB Hid

Thanks, my main coding skills lie in microcontrollers and I have lots of projects that would benefit from a bootloader. Typically a serial bootloader is used as this is really easy and there are loads of examples available. My problem is that my laptop does not have a serial port and at some point I...
by waskalywabbit
Wed Apr 18, 2012 9:36 am
Forum: VBScript
Topic: USB Hid
Replies: 10
Views: 16901

USB Hid

I found a way to call functions from within a dll file @http://www.codeproject.com/Articles/79314/How-to-call-a-NET-DLL-from-a-VBScriptI followed the instructions on how to register the dll and tried it with the Helm PCB included mcHID.dll but i got an error stating that it was not a valid assembly....
by waskalywabbit
Wed Apr 18, 2012 6:11 am
Forum: VBScript
Topic: USB Hid
Replies: 10
Views: 16901

USB Hid

This is a link to Jan Axelson's USB Hid example code;http://www.lvr.com/files/generic_hid_vb_50.zipIt is more or less a hid terminal with which you can communicate with custom hid devices and I presume defined hid's (mouse, keyboard etc). It seems to use Windows classes to communicate.Helm PCB provi...
by waskalywabbit
Tue Apr 17, 2012 10:05 am
Forum: VBScript
Topic: USB Hid
Replies: 10
Views: 16901

USB Hid

Hi jvierra, thanks for responding. The driver for usb hid is built into modern operating systems, this allows 'plug and play' compatability and thus means I shouldn't have to write a driver only obey the protocol rules.In Microsoft Visual Studio there is a hid class you can use to control the usb po...
by waskalywabbit
Tue Apr 17, 2012 8:14 am
Forum: VBScript
Topic: USB Hid
Replies: 10
Views: 16901

USB Hid

Hi all, I am new to vbscript but have done a little vb.net, hope that helps. I would like to create a script that allows me to send and receive custom usb hid data. Ultimately i want to create a microcontroller bootloader. I have searched many terms and sites but haven't been able to find anything r...
by waskalywabbit
Tue Apr 17, 2012 8:14 am
Forum: VBScript
Topic: USB Hid
Replies: 10
Views: 16901

USB Hid

Hi all, I am new to vbscript but have done a little vb.net, hope that helps. I would like to create a script that allows me to send and receive custom usb hid data. Ultimately i want to create a microcontroller bootloader. I have searched many terms and sites but haven't been able to find anything r...