|
Программаторы микросхем Все о программаторах микросхем и работе с ними. Схемы, дампы, точки подключения и т.п. X-prog M |
|
LinkBack | Опции темы | Поиск в этой теме | Опции просмотра |
![]() |
#11 (permalink) |
Админ
Регистрация: 07.09.2008
Сообщений: 3,602
Вы сказали Спасибо: 268
Поблагодарили 13,844 раз(а) в 1,274 сообщениях
Сказал(а) Фууу!: 28
Сказали Фууу! 0 раз(а) в 0 сообщениях
Откуда: Москва
Авто: Ford Fiesta
|
![]()
some checksums are hard to calculate, but there is a way to do it
here is one example how I arranged the checksum for the TRW posted when you enter the value , message box will display an expalnation how I do this Here is the loop command that I use on this script procedure checksum; begin For Loop := 0 to 15 do Begin CRC:= (inttohex(Z,6)[5]+inttohex(Z,6)[6]) + CRC; Z := z + 1; end; Z := Z - 31; For Loop := 0 to 15 do Begin CRC:= (inttohex(Z,6)[5]+inttohex(Z,6)[6]) + CRC; Z := z + 1; end; end; |
![]() |
![]() |
Метки |
upa usb, upa usb serial programmer, uusp, программатор upa usb |
|
|