Author |
Message |
Topic: [How To] Create a own USB HID device |
benni
Replies: 5
Views: 52882
|
Forum: Code Library Posted: Thu Oct 03, 2013 6:12 am Subject: [How To] Create a own USB HID device |
Hey,
Links are updated.
Regards Benni |
Topic: [How To] Create a own USB HID device |
benni
Replies: 5
Views: 52882
|
Forum: Code Library Posted: Sun Dec 30, 2012 8:12 am Subject: [How To] Create a own USB HID device |
Hello Community,
A few days ago I started to create my own USB device.
I also saw that much guys tried that also, maybe they got it working or not and because of this I want to release my C# and m ... |
Topic: Switch LED on/off with 18F4550 |
benni
Replies: 15
Views: 21185
|
Forum: General CCS C Discussion Posted: Sat Dec 29, 2012 6:53 pm Subject: Switch LED on/off with 18F4550 |
Hey,
I think that I will do it tomorrow because atm we have 2AM where i live.
I will post the C# and the PIC Code. I hope that it's not a problem that it's maybe not coded very clean, but it works ... |
Topic: Switch LED on/off with 18F4550 |
benni
Replies: 15
Views: 21185
|
Forum: General CCS C Discussion Posted: Sat Dec 29, 2012 4:04 pm Subject: Switch LED on/off with 18F4550 |
Ok, I got it successfully working.
-Receiving and sending data bytes.
Picture:
http://img3.bilder-hochladen.tv/XHdVjO5k.jpg
Thanks everyone for help.
Regards Benni |
Topic: Switch LED on/off with 18F4550 |
benni
Replies: 15
Views: 21185
|
Forum: General CCS C Discussion Posted: Thu Dec 27, 2012 8:47 am Subject: Switch LED on/off with 18F4550 |
Hey,
Will it also work without defining the USB_CON_SENSE_PIN ?
I just saw that usb_attached is just a definition for input of the USB_CON_SENSE_PIN pin.
Normally it should be attached when i ... |
Topic: Switch LED on/off with 18F4550 |
benni
Replies: 15
Views: 21185
|
Forum: General CCS C Discussion Posted: Tue Dec 25, 2012 3:40 pm Subject: Switch LED on/off with 18F4550 |
I've ordered the parts to do this. I think that i will get it work because i googled and found some interestings things. When it work i will post screenshots here.
Regards Benni |
Topic: Switch LED on/off with 18F4550 |
benni
Replies: 15
Views: 21185
|
Forum: General CCS C Discussion Posted: Tue Dec 25, 2012 9:40 am Subject: Switch LED on/off with 18F4550 |
Hey,
I just wanted to be sure that it will work. Nothing else.
I just need to wire it right and to test it.
The other thing is how to make the driver or is there a general driver for it?
Reg ... |
Topic: Switch LED on/off with 18F4550 |
benni
Replies: 15
Views: 21185
|
Forum: General CCS C Discussion Posted: Mon Dec 24, 2012 3:08 am Subject: Switch LED on/off with 18F4550 |
No, i just want to know if it should work. |
Topic: Switch LED on/off with 18F4550 |
benni
Replies: 15
Views: 21185
|
Forum: General CCS C Discussion Posted: Sun Dec 23, 2012 4:13 pm Subject: Switch LED on/off with 18F4550 |
Hello,
I've Updated the topic, please recheck it.
Regards Benni |
Topic: Switch LED on/off with 18F4550 |
benni
Replies: 15
Views: 21185
|
Forum: General CCS C Discussion Posted: Sun Dec 23, 2012 12:42 pm Subject: Switch LED on/off with 18F4550 |
Hello,
I would really like to know how i can switch Leds on/off with my computer
like on this example just on the 18F4550:
Would this code work:
#include <main.h>
// Includes all USB ... |
Topic: General LCD question |
benni
Replies: 7
Views: 10886
|
Forum: General CCS C Discussion Posted: Sat Dec 22, 2012 12:23 pm Subject: General LCD question |
Thanks for Help.
It's now working i thought RB0 was RB7 and so on, i just wired it wrong.
Here are pictures:
http://img3.bilder-hochladen.tv/mihTUoW9.jpg
http://img3.bilder-hochladen.tv/gBv ... |
Topic: General LCD question |
benni
Replies: 7
Views: 10886
|
Forum: General CCS C Discussion Posted: Sat Dec 22, 2012 10:58 am Subject: General LCD question |
Hello
I am not getting it to work, the background of the LCD is working but it doesn't shows the Text.
Here is the code:
#include <main.h>
#define LCD_TYPE 2
#define LCD_RS_PIN P ... |
Topic: General LCD question |
benni
Replies: 7
Views: 10886
|
Forum: General CCS C Discussion Posted: Tue Dec 18, 2012 2:08 pm Subject: General LCD question |
Hello,
I am using a 20 MHz crystal, the schematic is just from the internet. I just want to know how to connect it right.
The PIC is also a 16f887 and not a 16F877.
So it should work. We wil ... |
Topic: General LCD question |
benni
Replies: 7
Views: 10886
|
Forum: General CCS C Discussion Posted: Tue Dec 18, 2012 11:41 am Subject: General LCD question |
Hey,
I've updated the first post, I found another schematic and updated the code.
Is it right now?
Thanks
Regards Benni |
Topic: General LCD question |
benni
Replies: 7
Views: 10886
|
Forum: General CCS C Discussion Posted: Tue Dec 18, 2012 11:12 am Subject: General LCD question |
Hello Guys,
I've just got a simple question:
Would this code work if i connect everything right?:
main.c
#include <main.h>
#define LCD_ENABLE_PIN PIN_B3 ... |
|