CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 4 matches
CCS Forum Index
Author Message
  Topic: connecting a pic16f628 to keyboard port
Genilson

Replies: 1
Views: 6191

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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 ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group