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

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
Examples:
Example Files:
Also See:
psp_read( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
228
while (psp_output_full()) ;
psp_data = command;
while(!psp_input_full()) ;
if ( psp_overflow() )
else
ex_psp.c
setup_psp(), PSP Overview
Result = psp_read ( );
Result = psp_read ( address );
address- The address of the buffer location that needs to be read. If address is
not specified, use the function psp_read() which will read the next buffer location.
A byte of data.
psp_read() will read a byte of data from the next buffer location and psp_read (
address ) will read the buffer location address.
Only the devices with a built in Parallel Port module.
Nothing.
Result = psp_read(); // Reads next byte of data
Result = psp_read(3); // Reads the buffer location 3
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.
error = TRUE;
data = psp_data;

Related parts for PCDIDE COMPILER