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 2 matches
CCS Forum Index
Author Message
  Topic: Simple, small, PIC to rs232 converter
Lestard

Replies: 5
Views: 14060

PostForum: General CCS C Discussion   Posted: Sat Mar 13, 2004 12:36 pm   Subject: RE: Simple converter
You can also use a MAX232 from MaximIC.
This is a small IC which converts normal TTL (PIC)-level (0V and +5V)
to RS232-level (-10V and +10V).
You only need a normal +5V supply and some capacitors, ...
  Topic: Interrupt Warning Message
Lestard

Replies: 1
Views: 8047

PostForum: General CCS C Discussion   Posted: Sat Mar 13, 2004 12:30 pm   Subject: Interrupt Warning Message
I wrote a subroutine (subprogram), which handles a LCD and so on.
The Code looks like the following:

void init(void);

void main()
{


init(); //This subprogramm initializes an LCD and so ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group