MikroElektronika PIC Microcontrollers PIC16 Fiche technique Page 125

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 194
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 124
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
Vue de la page 124
1 2 ... 120 121 122 123 124 125 126 127 128 129 130 ... 193 194

Commentaires sur ces manuels

Pas de commentaire