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 support@ccsinfo.com

does CCS support pic18f2550? w/ the built in usb module?

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Nick
Guest







does CCS support pic18f2550? w/ the built in usb module?
PostPosted: Fri Nov 11, 2005 6:55 pm     Reply with quote

does CCS support pic18f2550? is support for built in usb module? does the compiler come with some examples of using this chip or similar chips 4455/4550/2455/?

just curious before I start thinking about having to purchase another licences from ccs.

Nick
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Fri Nov 11, 2005 8:01 pm     Reply with quote

Quote:
does CCS support pic18f2550?

Here is the header file name:
c:\program files\picc\devices\18f2550.h
//////// Standard Header file for the PIC18F2550 device ////////////////
#device PIC18F2550

Quote:

Is support for built in usb module? does the compiler come with
some examples of using this chip or similar chips 4455/4550/2455/?

Here is a list of CCS files that contain "18F4550" in them:

c:\program files\picc\examples\ex_usb_hid.c
#include <18F4550.h>
///only the 18F4550 development kit has this pin

c:\program files\picc\examples\ex_usb_scope.c
#include <18F4550.h>
//#define USB_CON_SENSE_PIN PIN_B2
//CCS 18F4550 development kit has optional conection sense pin
///only the 18F4550 development kit has this pin

c:\program files\picc\examples\ex_usb_mouse.c
#include <18F4550.h>
///only the 18F4550 development kit has this pin

c:\program files\picc\examples\ex_usb_kbmouse2.c
#include <18F4550.h>
///only the 18F4550 development kit has this pin

c:\program files\picc\examples\ex_usb_kbmouse.c
#include <18F4550.h>
///only the 18F4550 development kit has this pin

c:\program files\picc\examples\ex_usb_serial2.c
#include <18F4550.h>
///only the 18F4550 development kit has this pin

c:\program files\picc\examples\ex_usb_serial.c
#include <18F4550.h>
///only the 18F4550 development kit has this pin

c:\program files\picc\devices\18f4550.h
//////// Standard Header file for the PIC18F4550 device ////////////////
#device PIC18F4550

c:\program files\picc\drivers\usb.c 11/2/05
//// WITH 18F4550) ////

c:\program files\picc\drivers\usb.h 7/13/05
//// WITH 18F4550) ////

c:\program files\picc\drivers\usb_cdc.h
//// When using 18F4550 family, the RX buffer is ////
//// When using the 18F4550 family, you can increase ////
Nick
Guest







PostPosted: Fri Nov 11, 2005 8:12 pm     Reply with quote

thanks
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group