Hi,
You need to send 0x00 when you have finished or it will send constantly.
Are you using ASCII characters to send, if so these are wrong, USB HID characters have different ID's.
Excel File attached with codes.
Also Attached above on Benj post.
Mike
Search found 8 matches
- Sat Jan 04, 2014 7:12 pm
- Forum: Programming Tips & Tricks
- Topic: A Simple USB Application using HID and VB
- Replies: 15
- Views: 29113
- Tue Oct 29, 2013 7:26 pm
- Forum: Programming Tips & Tricks
- Topic: A Simple USB Application using HID and VB
- Replies: 15
- Views: 29113
Re: A Simple USB Application using HID and VB
Hi Benj,
Thank you, that's just what I did in the end, and all is now working.
Interesting though that you can ramp up the current after initialization.
Thanks again.
Mike
Thank you, that's just what I did in the end, and all is now working.
Interesting though that you can ramp up the current after initialization.
Thanks again.
Mike
- Sat Oct 26, 2013 12:33 pm
- Forum: Programming Tips & Tricks
- Topic: A Simple USB Application using HID and VB
- Replies: 15
- Views: 29113
Re: A Simple USB Application using HID and VB
Hi,
All working great until I try Bus Powered.
What is the Setting for the PIC18F2550 for bus powered ?
I have set the Max Current, but there is no Bus Powered option.
Cheers
Mike
All working great until I try Bus Powered.
What is the Setting for the PIC18F2550 for bus powered ?
I have set the Max Current, but there is no Bus Powered option.
Cheers
Mike
- Thu Sep 26, 2013 8:16 pm
- Forum: Programming Tips & Tricks
- Topic: A Simple USB Application using HID and VB
- Replies: 15
- Views: 29113
Re: A Simple USB Application using HID and VB
Hi Benj,
All working great.
Thank you for your help.
Mike
All working great.
Thank you for your help.
Mike
- Thu Sep 26, 2013 1:09 pm
- Forum: Programming Tips & Tricks
- Topic: A Simple USB Application using HID and VB
- Replies: 15
- Views: 29113
Re: A Simple USB Application using HID and VB
Hi Benj,
Thank you,
That was my next step to try the example.
Mike
Thank you,
That was my next step to try the example.
Mike
- Wed Sep 25, 2013 8:23 pm
- Forum: Programming Tips & Tricks
- Topic: A Simple USB Application using HID and VB
- Replies: 15
- Views: 29113
Re: A Simple USB Application using HID and VB
Hi Benj, That works great thank you, I also have to do the Cap 470nf between RC3 and Ground. The only thing is now is when I SendDataDirect("0x61") it seems to never stop sending and also send the wrong character. You can here the PC beeping as if you where holding a key down, Notepad disp...
- Wed Sep 25, 2013 12:37 pm
- Forum: Programming Tips & Tricks
- Topic: A Simple USB Application using HID and VB
- Replies: 15
- Views: 29113
Re: A Simple USB Application using HID and VB
Hi Benj,
Thank you, I will try this when I get home and let you know.
Mike
Thank you, I will try this when I get home and let you know.
Mike
- Tue Sep 24, 2013 11:04 pm
- Forum: Programming Tips & Tricks
- Topic: A Simple USB Application using HID and VB
- Replies: 15
- Views: 29113
Re: A Simple USB Application using HID and VB
Hi Benj, I have been experimenting with a simple PIC18F2550 project but for the life of me I cannot get the PC to recognize the chip after programming. I am using version 5.2 and am using the USB HID, also tried the examples adjusted for the above chip, but I am guessing I am missing something. I am...