Location:
Search - hcs300 C
Search list
Description: hcs300 programer,to program hcs300 with manufacture"code-hcs300 programer. to program hcs300 with manufacture "code
Platform: |
Size: 2048 |
Author: spawn |
Hits:
Description: 现在常用的都是PIC解滚码HCS300/301,及那个DECRYPT的加密算法
很少能找到这样的C程序,且又是在51下的,我也没有找到
是从PIC的汇编中,一句句理顺,转成C的
本例只对关键程序,24C02存储及同步校验等非本程序关键
程序介绍:
1 利用INT1 和定时器1的GATE=1,高电平时计数,加中断后判断时间,完成滚码串行数据接收
2 接收完成后,在DECRYPT下解密
3 检查序列号 校验同步值
4 注意一个滚码至少需要6个字节保存,前4字节为序号,后2字节为同步值
5 建议开辟一个大的RAM来保存,不然老是刷新24C02的话,同步值易出错-8051 decrypt hcs301
Platform: |
Size: 15360 |
Author: LEIWEI |
Hits:
Description: Encoder for microchip hcs300 whit Atmel Atmega88.
Platform: |
Size: 282624 |
Author: gpaz |
Hits:
Description: microchip公司的HCS300
KEELOQ解码程序
C语言源代码-microchip company HCS300 KEELOQ decoding program C language source code
Platform: |
Size: 407552 |
Author: yatou25 |
Hits:
Description: 现在常用的都是PIC解滚码HCS300/301,及那个DECRYPT的加密算法很少能找到这样的C程序,且又是在51下的,我也没有找到是从PIC的汇编中,一句句理顺,转成C的本例只对关键程序,24C002存储及同步校验等非本程序关键程序介绍:1 利用INT1 和定时器1的GATE=1,高电平时计数,加中断后判断时间,完成滚码串行数据接收2 接收完成后,在DECRYPT下解密3 检查序列号 校验同步值
-Now are PIC solution roll code HCS300/301, and that DECRYPT encryption algorithm rarely find this C program, and because it is at 51 under, I did not find from PIC assembler, a sentence reasonable Shun, converted to C in this case only the key to the program, 24C002 storage and synchronization check and other non-program key program description: 1 INT1 and Timer 1 GATE = 1, high count plus interrupt judgment time complete the rolling code serial data receiver receives the completed decryption DECRYPT under 3 check the serial number to validate the synchronization value
Platform: |
Size: 16384 |
Author: 粘附 |
Hits:
Description: //PIC单片机滚动码解码C程序
// Interrupt based receive routine 基于中断的接收例程
// Compiled using HiTech PIC C compiler v.7.93 编译使用该PIC的C编译器v.7.93
#define CLOCK 4 // MHz
#define TE 400 // us
#define OVERSAMPLING 3 //
#define PERIOD //TE/OVERSAMPLING*4/CLOCK
#define NBIT 65 // number of bit to receive -1(HCS300 66-1=65)(Interrupt based receive routine)
Platform: |
Size: 5120 |
Author: jihh04
|
Hits: