PCD COMMAND LINE COMPILER Custom Computer Services Inc (CCS), PCD COMMAND LINE COMPILER Datasheet - Page 244

PCD C-COMPILER PIC24, DSPIC

PCD COMMAND LINE COMPILER

Manufacturer Part Number
PCD COMMAND LINE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCD COMMAND LINE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1007
Requires:
Examples:
Example Files:
Also See:
puts( ) fputs( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
230
puts (string).
fputs (string, stream)
string is a constant string or a character array (null-terminated). Stream is a
stream identifier (a constant byte)
undefined
Sends each character in the string out the RS232 pin using putc(). After the string
is sent a RETURN (13) and LINE-FEED (10) are sent. In general printf() is more
useful than puts().
If fputs() is used then the specified stream is used where puts() defaults to
STDOUT (the last USE RS232)
All devices
#USE RS232
puts( " ----------- " );
puts( " |
puts( " ----------- " );
None
printf(), gets(),
#USE RS232
putc('*');
for(i=0; i<10; i++)
putc(13);
ex_tgetc.c
getc(), printf(),
putc(buffer[i]);
RS232 I/O Overview
HI
#USE
RS232,
| " );
RS232 I/O Overview

Related parts for PCD COMMAND LINE COMPILER