PCWHD IDE COMPILER Custom Computer Services Inc (CCS), PCWHD IDE COMPILER Datasheet - Page 244

PCWHD PIC10,16,18,24, DSPIC

PCWHD IDE COMPILER

Manufacturer Part Number
PCWHD IDE COMPILER
Description
PCWHD PIC10,16,18,24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCWHD IDE COMPILER

For Use With/related Products
Microchip PIC10, PIC12, PIC16, PIC18, PIC24, dsPIC MCUs
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1009
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 PCWHD IDE COMPILER