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 3 matches
CCS Forum Index
Author Message
  Topic: Implementing a command line interface
srhoar

Replies: 10
Views: 22450

PostForum: General CCS C Discussion   Posted: Sat May 05, 2007 9:10 am   Subject: Implementing a command line interface
Here is the state machine and parser I use for most of my projects.

It is fairly simple to modify.


#include <string.h>
#include <stdlib.h>

typedef enum { FAULT = 0, STBY, ...
  Topic: USB Development kit
srhoar

Replies: 2
Views: 4241

PostForum: General CCS C Discussion   Posted: Thu Apr 19, 2007 9:43 am   Subject: Answered
The tech support at CCS emailed me the manual in pdf.

Thanks for the help.
  Topic: USB Development kit
srhoar

Replies: 2
Views: 4241

PostForum: General CCS C Discussion   Posted: Tue Apr 17, 2007 11:34 am   Subject: USB Development kit
Does anyone know the pinouts on the USB Development board?

I need to know how many I/O pins are useable?
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group