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

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
Availability:
Requires:
Examples:
Example Files:
Also See:
set_uart_speed( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
260
All devices (however not all devices have all I/O ports)
Nothing
SET_TRIS_B( 0x0F );
lcd.c
#USE
set_uart_speed (baud, [stream, clock])
baud is a constant representing the number of bits per second.
stream is an optional stream identifier.
clock is an optional parameter to indicate what the current clock is if it is
different from the #use delay value
undefined
Changes the baud rate of the built-in hardware RS232 serial port at run-time.
This function is only available on devices with a built in UART.
#USE RS232
// Set baud rate based on setting
// of pins B0 and B1
switch( input_b() & 3 ) {
}
loader.c
#USE
// B7,B6,B5,B4 are outputs
// B15,B14,B13,B12,B11,B10,B9,B8, B3,B2,B1,B0 are inputs
FAST_IO,
case 0 : set_uart_speed(2400);
case 1 : set_uart_speed(4800);
case 2 : set_uart_speed(9600);
case 3 : set_uart_speed(19200);
RS232, putc(), getc(),
#USE
FIXED_IO,
setup
#USE
uart(),
STANDARD_IO,
RS232 I/O
break;
break;
break;
break;
Overview,
General Purpose I/O

Related parts for PCDIDE COMPILER