Jūs esate neprisijungęs lankytojas. Norint dalyvauti diskusijose, būtina užsiregistruoti ir prisijungti prie forumo.
Prisijungę galėsite kurti naujas temas, atsakyti į kitų užduotus klausimus, balsuoti forumo apklausose.
Administracija pasilieka teisę pašalinti pasisakymus bei dalyvius,
kurie nesilaiko forumo taisyklių.
Pastebėjus nusižengimus, prašome pranešti.
Dabar yra 2025 09 19, 02:11. Visos datos yra GMT + 2 valandos.
Jūs negalite rašyti naujų pranešimų į šį forumą Jūs negalite atsakinėti į pranešimus šiame forume Jūs negalite redaguoti savo pranešimų šiame forume Jūs negalite ištrinti savo pranešimų šiame forume Jūs negalite dalyvauti apklausose šiame forume
Kiek supratau LCD yra valdomas dviem budais : 8 bitais ir 4 bitais. Noriu valdyti 8 bitais. Štai parašyta kaip tą LCD paruošti darbui:
"Before you can send commands or data to the LCD module, the Module must be initialized. For eight bit mode, this is done using the following series of operations:
Wait more than 15 msecs after power is applied.
Write 0x030 to LCD and wait 5 msecs for the instruction to complete
Write 0x030 to LCD and wait 160 usecs for instruction to complete
Write 0x030 AGAIN to LCD and wait 160 usecs or Poll the Busy Flag
Set the Operating Characteristics of the LCD
Write "Set Interface Length"
Write 0x010 to turn off the Display
Write 0x001 to Clear the Display
Write "Set Cursor Move Direction" Setting Cursor Behaviour Bits
Write "Enable Display/Cursor" & enable Display and Optional Cursor "
Tai nesuprantu ką reiškia tas "Write 0x030 " ? Noriu valdyti per LPT portą. Padėkit kas galit.