BasCom - PowerPoint PPT Presentation

1 / 17
About This Presentation
Title:

BasCom

Description:

BasCom u nastavi Vrste BasCom-a BasCom LT BasCom 8051 BasCom AVR BasCom DEMO 1. Upravljanje izlazima C Naredbe: Vrste BasCom-a BasCom LT BasCom 8051 BasCom AVR ... – PowerPoint PPT presentation

Number of Views:340
Avg rating:3.0/5.0
Slides: 18
Provided by: sko89
Category:
Tags: bascom

less

Transcript and Presenter's Notes

Title: BasCom


1
BasCom u nastavi
2
Vrste BasCom-a
  • BasCom LT
  • BasCom 8051
  • BasCom AVR
  • BasCom DEMO

3
(No Transcript)
4
compiler
programator
izvješce
simulator
5
najvažniji podatak
6
hardverska simulacija
7
simulator LCD-a
7 segmentni LED indikator
ulazno izlazni pinovi
8
AT89C1051
AT89C2051
AT89C4051
9
1. Upravljanje izlazima µC
- izlazi su oznaceni kao P1 i P3
- P1 ima 8 pinova
- P3 ima 7 pinova kod µC AT89C1051, 2051 i 4051
10
Naredbe
11
Primjeri programa
sim P1 0 P1.3 1 P1.5 1 P1 255 P1 B11010111 End
crystal 12000000 P1 0 Wait 1 P1.3 1 Wait 1 P1.51 Wait 1 P1 255 Wait 1 P1 B11010111 End
12
LED kao najjednostavniji elementi s kojima se
upravlja
13
4. Upravljanje alfanum. LCD-om
Shema spajanja
14
Naredbe
Config Lcd x y Config Lcdbus 4 ili 8
Cls Lcd Lowerline Thirdline Fourthline
Locate y, x
15
Dizajniranje znakova
Deflcdchar y , x1 , x2 , x3 , x4 , x5 , x6 , x7 ,
x8
16
Deflcdchar 0 , 32 , 10 , 4 , 14 , 16 , 16 , 16 ,
14
Lcd ?do? Chr (0) ?ek?
17
Primjer programa
sim Config Lcd 16 2 Config Lcdbus 4 Deflcdchar 1 , 32 , 10 , 4 , 14 , 16 , 16 , 16 , 14 Wait 1 Cls Lcd "do" Chr(1) "ek" End
Write a Comment
User Comments (0)
About PowerShow.com