上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页
摘要: 14230 HL激活, 5BPS又称 00 //电平激活 C1 33 F1 81 66 //14230的Enter命令 83 F1 11 C1 EF 8F C4 //回应了,一个命令就回应了.... 阅读全文
posted @ 2016-12-27 10:36 Montauk 阅读(352) 评论(0) 推荐(0)
摘要: 9141的激活过程是先发WakeUp, 然后用Link: const u8 LinkCmd9141[7] = {6,0x68,0x6A,0xF1,0x01,0x00,0xC4}; 14230的Link是 const u8 LinkCmd14230[6] = { 0xC2, 0x33, 0xF1, 0 阅读全文
posted @ 2016-12-26 16:11 Montauk 阅读(640) 评论(0) 推荐(0)
摘要: 14230 Link 命令: const u8 LinkCmd14230[6] = { 0xC2, 0x33, 0xF1, 0x01, 0x00, 0xE7 }; 14230 Enter 命令: const u8 EnterCmd14230[5] = { 0xc1, 0x33, 0xf1, 0x81 阅读全文
posted @ 2016-12-26 15:15 Montauk 阅读(748) 评论(0) 推荐(0)
摘要: 在server.xml配置文件中增加证书位置跟密码: <Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol" keystoreFile="/tomcat/213981844530408/213981844 阅读全文
posted @ 2016-12-23 18:06 Montauk 阅读(163) 评论(0) 推荐(0)
摘要: 马六: 由此可见, 马6的7e9跟7e8反馈的数据差不太多. 而标志508反馈的情况则不同, 波箱跟发动机反馈完全不同: 宝马3的数据如下: 证明宝马也有7e8跟7ec, 但是貌似7e8是主流啊... 奥迪上面: 只有7e8. 阅读全文
posted @ 2016-12-22 11:00 Montauk 阅读(1803) 评论(0) 推荐(0)
摘要: 整整一个礼拜, 整了...大约40个小时吧, 最少.. 下面是结果, 只能做一个delay延时.: unsigned char Time;unsigned char IrValue[6];#pragma vector = P0INT_VECTOR__interrupt void P0_ISR(voi 阅读全文
posted @ 2016-11-30 19:32 Montauk 阅读(655) 评论(0) 推荐(0)
摘要: http://songshuhui.net/archives/84941 讲数学 http://blog.csdn.net/sunmenggmail/article/details/11994013 具体Java代码, 自己百度. 阅读全文
posted @ 2016-10-25 18:30 Montauk 阅读(137) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/vijayfly/p/5960603.html 成功! 首先下载stunnel, 然后修改配置文件为: [https]client = yesaccept = 192.168.123.123:8080connect = 47.88.1.140:443 然 阅读全文
posted @ 2016-10-17 19:08 Montauk 阅读(224) 评论(0) 推荐(0)
摘要: /* Example sketch for CurieIMU library for Intel(R) Curie(TM) devices. Copyright (c) 2015 Intel Corporation. All rights reserved. Based on I2C device 阅读全文
posted @ 2016-10-12 18:25 Montauk 阅读(476) 评论(0) 推荐(0)
摘要: Edison的breakout板子的引脚: http://iotdk.intel.com/docs/master/mraa/java/edison.html Edison的引脚 http://www.intel.com/content/www/us/en/support/boards-and-kit 阅读全文
posted @ 2016-10-12 16:51 Montauk 阅读(153) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 19 下一页