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

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
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 PCWHD IDE COMPILER