system guide1: simple eight-way Marquee case 8: 74LS14 reverser experiment  15: infrared remote control experiment 23: hardware counter  with NE555 oscillator 
Each interface module definition2: 8-way controller lantern  9: 74LS138 3-8 decoder experiment  16: Chinese characters display case 24: real-time clock experiment with DS1302
Quick Start3: 8-way DIP switch state display with 8 indicators 10: 74LS164 serial in parallel out control  17: 8155 experiment . 25: PS2 keyboard experiment
USB interface installation4: Digital Tube display with static scanning 11: 74LS165 parallel in serial out control  18: 24C02 store the number of booting  26: SD card SPI mode experiment
ISP downloading part5: LED number display with dynamic scanning. 12: D/A conversion  with DAC0832 19: step motor experiment 27: 485 communication experiment
simulating operation guide6: key button detecting (number show) 13: A/D conversion  with ADC0804 20: 93c46 demonstration program  28: 12864 LCD display “A”
single chip system Experiments 7: Matrix keypad recognition technology 14: alarm with small speaker case  22: digital temperature display  with 18B20 Chapter VII frequently asked questions and answers

Introduction of XL2000 experimental system    

user manual download:quickstart download:XL2000 Experimental part of the schematic XLISP Applications software download:

ebay store     Shipped by UPS/ to USA/worldwide, (about 3-5 days)

Experiment 28: A liquid crystal display screen 12864

 

12864 of the schematic wiring: 15 jumper caps to control access not

In this package, all of the pins have been connected with CPU already. You can control the 15 jumpers to decide if the LCD is active in 

circuit. If you want to activate LCD, then the 15 jumpers should be closed, else keep them open to avoid disturbance. W3 is used to adjust the contrast.


12864LCD mechanical size chart:

the definition of 12864 LCD pin

Reference: show letter A on the LCD.

 

RS EQU P2.0

       RW EQU P2.1

       E EQU P2.2

       ORG 0080H

       MOV P0,#00000001B ;Clear display

       ACALL ENABLE

       MOV P0,#00000001B ;Clear display

       ACALL ENABLE

       MOV P0,#00111000B ;Display

     ACALL ENABLE

       MOV P0,#00001111B  ;Display control switch

      ACALL ENABLE

       MOV P0,#00000110B       ;Input mode

       ACALL ENABLE

       MOV P0,#0C0H          ;Data memory address

       ACALL ENABLE

       mov p0,#01000001b   ;ASCII Code

SETB RS

       CLR RW

       CLR E

       ACALL DELAY

       SETB E

       AJMP $

ENABLE: CLR RS                    ;Send orders

       CLR RW

       CLR E

       ACALL DELAY

       SETB E

       RET

DELAY: MOV P0,#0FFH

       CLR RS

       SETB RW

       CLR E

       NOP

       SETB E

       JB P0.7,DELAY           ;detect busy

       RET

       END

XL2000 running photo, (after the completion of the experiment, please remove all the JP41 jumpers)

The effect of running 12864ZIKU.HEX  in the CD.

 

SHEN ZHEN XUELIN ELECTRONIC TECHNOLOGY CO.,LTD.

ADD:A302,XingJingYuan ,NanKeng,BanTian,SHENZHEN,GUANGDONG P.R.CHINA
Postalcode: 518129  TEL:86-755-89603537    FAX:86-755-89956892
E-Mail:51C51@163.COM