Renesas V850E2 Manuel Page 15

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 30
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 14
2.5.1 LCD
Words can be displayed on LCD panel by sending data to UART that is connected to LCD.
"Binary mode" to display hexadecimal and "ASCII mode" to display ASCII characters can be
selected by the DIP switch (SW7).
Initial screen displays when you press the reset switch on CPU board.
VR1
Adjust LCD Contrast
UART Communication Specifications
FP1
SW7
Connector for debugging the microcomputer
(78K0/KF2) for LCD control.
Normally, do not connect anything.
Baud Rate 115.2Kbps (Fixed)
Data Length 8bit (LSB First)
Parity None
Stop Bit 1bit
Flow Control None (continuous transmission enabled)
Binary Mode 1 (SW7-1:ON, SW7-2:ON, SW7-3:Any)
It displays the hexadecimal data as sent with entering space between 1Byte data.
It can display 10Byte in 1 screen. It scrolls 1 line when it received 11Byte of data.
(example URTH?TX = 0x01; TXWait();
URTH?TX = 0x02; TXWait();
・・・・・・・・・・
URTH?TX = 0x0A; TXWait();
02 03 04
07 08 09
URTH?TX = 0x10; TXWait();
07 08 09
(use case) By developing a program to send 10Byte once in 1 second, it will display the
first 1Byte at the top-left of the screen.
- 15 -
Vue de la page 14
1 2 ... 10 11 12 13 14 15 16 17 18 19 20 ... 29 30

Commentaires sur ces manuels

Pas de commentaire