Znaleziono 4 wyniki
- 9 kwie 2004, o 17:47
- Forum: Projektowanie PCB, programy EDA, CAD, narzędziowe
- Temat: Problem z 24c04
- Odpowiedzi: 6
- Odsłony: 5637
- 9 kwie 2004, o 16:50
- Forum: Projektowanie PCB, programy EDA, CAD, narzędziowe
- Temat: Problem z 24c04
- Odpowiedzi: 6
- Odsłony: 5637
- 9 kwie 2004, o 15:52
- Forum: Projektowanie PCB, programy EDA, CAD, narzędziowe
- Temat: Problem z 24c04
- Odpowiedzi: 6
- Odsłony: 5637
tak SDA-SDA oraz SCL-SCL, uc nie widzi 24c04,szukam za pomoca programiku-> Dim Adres As Byte Print "badanie ukladu" For Adres = 150 To 200 Step 2 I2cstart I2cwbyte Adres I2cstop If Err = 0 Then Print "uklad=" ; Adres Wait 1 Else Print "pod " ; Adres ; " nie ma" Waitms 500 End If Next Adres end po za...
- 9 kwie 2004, o 14:09
- Forum: Projektowanie PCB, programy EDA, CAD, narzędziowe
- Temat: Problem z 24c04
- Odpowiedzi: 6
- Odsłony: 5637
Problem z 24c04
Nie jestem wstanie uruchomić pamięci 24c04 z at90s2313, programik jest następujący Declare Sub Write_eeprom(byval Adres As Byte , Byval Value As Byte) Declare Sub Read_eeprom(byval Adres As Byte , Value As Byte) Const Addressw = 160 Const Addressr = 161 Dim B1 As Byte , Adres As Byte , Value As Byte...