摘要:
最新文档2021.11.5: https://device.harmonyos.com/cn/docs/documentation/guide/service_introduction-0000001050166905 之前用Ubuntu虚拟机来编译鸿蒙源码,听说DevEco Device Tool 阅读全文
摘要:
public static HttpWebResponse CreatePostHttpResponse(string url, string json, ref string erro) { Console.WriteLine(url); HttpWebRequest request = WebR 阅读全文
摘要:
unsigned short Cal_CRC_Code(const unsigned char *ucpdata,int len) { unsigned short crc=0xffff; unsigned char temp; int n; while(len--) { crc=*ucpdata^ 阅读全文
摘要:
https://www.cnblogs.com/anandexuechengzhangzhilu/p/10711964.html ARDUINO+MCP2515实现CAN通讯接收 阅读全文
摘要:
AB PLC_RSlogix5000 QB1B上电初始化 AB PLC1769,有断电保持的功能,这个功能可以设置吗?需要就打开,或者关闭。比如有一个点是输出状态,这个情况下断电了,下次通电他会恢复这个点的状态,但我们可能不需要哈 处理方法: 需要在CPU从program到run的第一个扫描周期时, 阅读全文