Author |
Message |
Topic: connecting a pic16f628 to keyboard port |
Genilson
Replies: 1
Views: 6191
|
Forum: General CCS C Discussion Posted: Thu Mar 31, 2011 12:05 pm Subject: connecting a pic16f628 to keyboard port |
Good afternoon my friends,
I need to connect a pic16f628 to keyboard port and send some commands on computer. I use the CCS compiler. Can you help me?
Tks!! |
Topic: USB with PIC18F2550 |
Genilson
Replies: 13
Views: 29777
|
Forum: General CCS C Discussion Posted: Thu Jan 06, 2011 7:50 pm Subject: USB with PIC18F2550 |
#include <18F2550.h>
#fuses HSPLL, NOWDT, NOPROTECT, NOLVP, NODEBUG, USBDIV, PLL5, CPUDIV1, VREGEN
#use delay(clock=48000000)
#include<usb_cdc.h>
void main()
... |
Topic: USB with PIC18F2550 |
Genilson
Replies: 13
Views: 29777
|
Forum: General CCS C Discussion Posted: Thu Jan 06, 2011 6:42 pm Subject: USB with PIC18F2550 |
Good night friends
I'm using the Mc PIC18F2550.
Crystal of 20Mhz.
#include <18F2550.h>
#fuses HSPLL,NOWDT,NOPROTECT,NOLVP,NODEBUG,USBDIV,PLL5,CPUDIV1,VREGEN
#use delay(clock=4800000 ... |
Topic: USB with PIC18F2550 |
Genilson
Replies: 13
Views: 29777
|
Forum: General CCS C Discussion Posted: Thu Jan 06, 2011 4:25 am Subject: USB with PIC18F2550 |
Good morning my friends!
I'm trying to connect a microcontroller to the USB port and control via software. I am using ccs and some projects done that I downloaded from the Internet, but Windows does ... |
|