PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 243

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

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

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
psp_write( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
putc( ) putchar( ) fputc( )
Syntax:
Parameters:
Returns:
Function:
Availability:
psp_write ( data );
psp_write( address, data );
address-The buffer location that needs to be written to
data- The byte of data to be written
Undefined.
This will write a byte of data to the next buffer location or will write a byte to the
specified buffer location.
Only the devices with a built in Parallel Port module.
Nothing.
psp_write( data );
location.
None
setup_pmp(), pmp_address(), pmp_read(), psp_read(), psp_write(), pmp_write(),
psp_output_full(), psp_input_full(), psp_overflow(), pmp_output_full(),
pmp_input_full(),pmp_overflow().
See header file for device selected.
putc (cdata)
putchar (cdata)
fputc(cdata, stream)
cdata is a 8 bit character. Stream is a stream identifier (a constant byte)
undefined
This function sends a character over the RS232 XMIT pin. A #USE RS232 must
appear before this call to determine the baud rate and pin used. The #USE
RS232 remains in effect until another is encountered in the file.
If fputc() is used then the specified stream is used where putc() defaults to
STDOUT (the last USE RS232).
All devices
// Write the data byte to the next buffer
229

Related parts for PCDIDE COMPILER