Datasheet

Programming PIC Microcontrollers in BASIC - mikroElektronika
Prototype
sub procedure Man_Send_Init(dim byref Port as byte)
Description Procedure works same as Man_Send_Config, but with default pin setting (pin 0).
Example
Man_Send_Init(PORTB)
5.2.12.5 Man_Send_Config – Initialization with custom pin
Prototype
sub procedure Man_Send_Config(dim byref Port as byte, dim TXpin as byte)
Description Procedure needs to be called in order to send signals via procedure Man_Send. Procedure specifies <Port> and
<TXpin> for outgoing signal (const baud rate).
Example
Man_Send_Config(PORTB, 4)
5.2.12.6 Man_Send – Sends a byte
Prototype
sub procedure Man_Send(dim Data as byte)
Description Procedure sends one <Data> byte.
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (83 sur 112)05/11/2004 02:20:53