上一页 1 ··· 106 107 108 109 110 111 112 113 114 ··· 135 下一页
摘要: 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 阅读(573) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/anandexuechengzhangzhilu/p/10711964.html ARDUINO+MCP2515实现CAN通讯接收 阅读全文
posted @ 2021-07-21 14:04 txwtech 阅读(677) 评论(0) 推荐(0)
摘要: AB PLC_RSlogix5000 QB1B上电初始化 AB PLC1769,有断电保持的功能,这个功能可以设置吗?需要就打开,或者关闭。比如有一个点是输出状态,这个情况下断电了,下次通电他会恢复这个点的状态,但我们可能不需要哈 处理方法: 需要在CPU从program到run的第一个扫描周期时, 阅读全文
posted @ 2021-07-21 13:37 txwtech 阅读(1120) 评论(0) 推荐(0)
摘要: 校验码在线生成工具 http://www.ip33.com/crc.html 阅读全文
posted @ 2021-07-14 08:06 txwtech 阅读(7310) 评论(1) 推荐(0)
摘要: [OHOS INFO] [276/299] AR libs/libhal_token_static.a[OHOS INFO] [277/299] AR libs/libtoken_static.a[OHOS INFO] [278/299] STAMP obj/base/startup/syspara 阅读全文
posted @ 2021-07-11 23:26 txwtech 阅读(633) 评论(2) 推荐(0)
摘要: txwtech@txwtech-VirtualBox:~$ cd openharmonytxwtech@txwtech-VirtualBox:~/openharmony$ lscode-v1.1.1-LTStxwtech@txwtech-VirtualBox:~/openharmony$ cd co 阅读全文
posted @ 2021-07-11 22:36 txwtech 阅读(752) 评论(3) 推荐(0)
摘要: vscode 解决正在下载程序包“C/C++ language components (Linux / x86_64)” 失败引起的符号找不到问题 https://blog.csdn.net/chenwr2018/article/details/115774007 程序包: https://gith 阅读全文
posted @ 2021-07-11 19:53 txwtech 阅读(1942) 评论(0) 推荐(0)
摘要: 最新文档2021.11.5: https://device.harmonyos.com/cn/docs/documentation/guide/service_introduction-0000001050166905 // https://device.harmonyos.com/cn/docs/ 阅读全文
posted @ 2021-07-08 22:17 txwtech 阅读(252) 评论(8) 推荐(0)
摘要: ubuntu修改IP 方法: cd /etc/network, vim inter faces, auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.30.103 netmask 255.25 阅读全文
posted @ 2021-07-08 21:00 txwtech 阅读(116) 评论(0) 推荐(0)
摘要: 2.关闭远程连接加密请求,否则提示"vnc连接提示不支持安全类型": Copy # 安装dconf-editor sudo apt-get install dconf-editor窗口键盘,按了后,再搜索框收入dconf,就会显示dconf的编辑器。然后打开软件,按如下路径进入设置 如何进入:org 阅读全文
posted @ 2021-07-07 11:21 txwtech 阅读(1048) 评论(3) 推荐(0)
上一页 1 ··· 106 107 108 109 110 111 112 113 114 ··· 135 下一页