SW006010 Microchip Technology, SW006010 Datasheet - Page 67

no-image

SW006010

Manufacturer Part Number
SW006010
Description
MPLAB 17C SOFTWARE
Manufacturer
Microchip Technology
Datasheets

Specifications of SW006010

Tool Function
Compiler
Tool Type
Compiler
Processor Series
PIC17C
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
MPLAB®
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
 2002 Microchip Technology Inc.
putsUSART1
putsUSART2
Device:
Function:
Include:
Prototype:
Arguments:
Remarks:
Return Value:
File Name:
Code Example:
ReadUSART1
ReadUSART2
Device:
Function:
Include:
Prototype:
Arguments:
putsUSART1: PIC17C4X, PIC17C756
putsUSART2: PIC17C756
Writes a string of characters to the USART including the null
character.
usart16.h
void putsUSART1 (static char *data);
void putsUSART2 (static char *data);
data
The value of data is a pointer to a string in contiguous RAM
locations within the same bank.
This function writes a string of data to the USART including the
null character.
None
u1puts.c
u2puts.c
char mybuff [20];
putsUSART1(mybuff);
ReadUSART1: PIC17C4X, PIC17C756
ReadUSART2: PIC17C756
Reads a byte (one character) out of the USART receive buffer,
including the 9th bit if enabled.
usart16.h
char ReadUSART1 (void);
char ReadUSART2 (void);
None
Hardware Peripheral Library
apRNOVS^-page 63

Related parts for SW006010