Man_Send_Config; Man_Send_Init; Man_Send - mikroElektronika PIC Microcontrollers PIC12 User Manual

Mikroc user's manual
Table of Contents

Advertisement

mikroC
making it simple...

Man_Send_Config

Prototype
void Man_Send_Config(char *port, char txpin);
Description
The function prepares PIC for sending signal. You need to specify
(0–7) for outgoing signal. Baud rate is const 500 bps.
Example
Man_Send_Config(&PORTD, 0);

Man_Send_Init

Prototype
void Man_Receive_Init(char *port);
Description
The function prepares PIC for sending signal. You need to specify
signal;
Example
Man_Send_Init(&PORTD);

Man_Send

Prototype
void Man_Send(unsigned short data);
Description
Sends one byte (
Requires
To use this function, you must first prepare the PIC for sending. See
Man_Send_Config
Example
unsigned short msg;
...
Man_Send(msg);
MikroElektronika: Development tools - Books - Compilers
is pin 0 by default. Baud rate is const 500 bps.
txpin
).
data
or
Man_Send_Init
mikroC - C Compiler for Microchip PIC microcontrollers
.
and
port
txpin
for outgoing
port
page
221

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?

This manual is also suitable for:

Pic microcontrollers pic16Pic microcontrollers pic18

Table of Contents