FLORINZ80
PAGES LINKSElectronicsControlers
JavaScript is a scripting language originally developed by Netscape to add interactivity and power to web documents. It is purely client side, and runs completely on the client's browser and computer.
Java is completely different from JavaScript- it's more powerful, more complex, and unfortunately, a lot harder to master. It belongs in the same league as C, C++, and other more complex languages.
DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.
8255 lcd scheme electronice
F12 PIC microcontrolers
| MAPS |
| 1 - Z80 |
| 2 - 68000 |
| 3 -6500 |
| 6502 pin - code
|
| 6504 pin - code
|
| 6508 pin - code
|
| 6509 pin - code
|
| 6510 pin - code
|
| 6522 pin - code
|
| 6532 pin - code
|
| 4 -6800 |
| CBM 64 - list code |
| UP/DOWN/LEFT/RIGHT 8080 |
| R/F/D/G RAMs |
| 6264 pin - code
|
| CTRL/SPACE/Z/X EPROMs |
| 2764 pin - code
|
| 27c64 pin - code
|
| CTRL/SPACE/Z/X EEPROMs |
| 2865 pin - code
|
| R/F/D/G BUFFER |
| 74HC245 pin - code
|
| R/F/D/G DECODERS |
| 74LS138 pin - code
|
| A/S/Q/W Porti TTL |
| P Porti C-MOS |
F8 Porti P-MOS Disable |
F9 Porti N-MOS Disable |
| F12 OPTO-ELECTRONIC |
| F11 LED Afisor |
| F12 LCD Afisor |
Program convert; uses crt,dos; var addr:word; data:byte; d,i,r:integer; {r,d:longint;} {procedure init; begin d:=0; end;} procedure init_masura; begin i:=port[$379];{atentie portul intrarea de pe portul LPT1 PIN15,se poate citi de 2,4,8,.....16 depinde cite axe de masura vrem sa controlam} if i=111 then d:=d+1;{prima citire axa x=x+1} if i=231 then d:=0;{if i=231 then d:=d-1; a doua citire axa x=x-1} end; procedure init_masura1; begin {r=d*50=680} if i=111 then r:=d*50-32767;{daca r si d sint variabile de tip longint se poate merge in domeniul -999999....0.....+999999}{if i=111 then r:=r+1; a treia citire axa y=y+1} if i=231 then write(r);{if i=231 then r=r-1; a patra citire axa y=y-1; programele cu citire pe cele doua axe x,y sint foarte utile pentru oscilatiile care apar cunoscind frecventa in domeniul 0...360 grade rezulta traductoare foarte ieftine tinind cont de formula omega=2*pi*new} end; procedure afisare; begin clrscr; writeln(' c1(ohmi) : ');write(r); end; begin repeat init_masura; init_masura1; {schimb_par;} {coincidenta;} afisare; delay(15); afisare; until keypressed;readkey; end. LINK |
| F10 LCD |
N.B: aceasta pagina va fi realizata gradat nu garantez de erorile ce pot aparea