上一页 1 ··· 94 95 96 97 98 99 100 101 102 ··· 124 下一页
摘要: https://www.cnblogs.com/qy1234/p/10139154.html 阅读全文
posted @ 2021-07-27 13:56 txwtech 阅读(646) 评论(0) 推荐(0)
摘要: 模块特性: 1、支持CAN V2.0B技术规范,通讯速率1Mb/S 2、0~8字节长的数据字段 3、标准帧、拓展帧和远程帧 4、模块5V DC电源供电,SPI接口 协议控制 5、120欧姆终端电阻。阻抗匹配,保证驱动能力,长距离数据传输防止信号放射 6、模块尺寸:4.4cm x 2.8cm 定位螺丝 阅读全文
posted @ 2021-07-26 08:26 txwtech 阅读(1583) 评论(0) 推荐(0)
摘要: https://HarmonyOS.51cto.com/posts/1197 鸿蒙官方文档的“Hi3861开发板第一个示例程序”中描述了——如何使用DevEco Device Tool工具烧录二进制文件到Hi3861开发板; 本文将介绍如何使用HiBurn工具烧录鸿蒙的.bin文件到Hi3861开发 阅读全文
posted @ 2021-07-24 21:33 txwtech 阅读(354) 评论(0) 推荐(0)
摘要: 一些报错 打开工程报错 [2021/6/26下午5:46:22] 无法使用 compilerPath“riscv32-unknown-elf-gcc”解析配置。 请改用“D:\tool\Strawberry\c\bin\gcc.exe”。 无法找到“D:\HarmonyDev\code-2.0-ca 阅读全文
posted @ 2021-07-22 15:23 txwtech 阅读(2803) 评论(0) 推荐(0)
摘要: 最新文档2021.11.5: https://device.harmonyos.com/cn/docs/documentation/guide/service_introduction-0000001050166905 之前用Ubuntu虚拟机来编译鸿蒙源码,听说DevEco Device Tool 阅读全文
posted @ 2021-07-21 22:32 txwtech 阅读(1139) 评论(17) 推荐(0)
摘要: public static HttpWebResponse CreatePostHttpResponse(string url, string json, ref string erro) { Console.WriteLine(url); HttpWebRequest request = WebR 阅读全文
posted @ 2021-07-21 17:05 txwtech 阅读(1475) 评论(0) 推荐(0)
摘要: unsigned short Cal_CRC_Code(const unsigned char *ucpdata,int len) { unsigned short crc=0xffff; unsigned char temp; int n; while(len--) { crc=*ucpdata^ 阅读全文
posted @ 2021-07-21 14:58 txwtech 阅读(536) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/anandexuechengzhangzhilu/p/10711964.html ARDUINO+MCP2515实现CAN通讯接收 阅读全文
posted @ 2021-07-21 14:04 txwtech 阅读(636) 评论(0) 推荐(0)
摘要: AB PLC_RSlogix5000 QB1B上电初始化 AB PLC1769,有断电保持的功能,这个功能可以设置吗?需要就打开,或者关闭。比如有一个点是输出状态,这个情况下断电了,下次通电他会恢复这个点的状态,但我们可能不需要哈 处理方法: 需要在CPU从program到run的第一个扫描周期时, 阅读全文
posted @ 2021-07-21 13:37 txwtech 阅读(1006) 评论(0) 推荐(0)
摘要: 校验码在线生成工具 http://www.ip33.com/crc.html 阅读全文
posted @ 2021-07-14 08:06 txwtech 阅读(6939) 评论(1) 推荐(0)
上一页 1 ··· 94 95 96 97 98 99 100 101 102 ··· 124 下一页