会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xiaoxinZard
博客园
首页
新随笔
联系
订阅
管理
01 2020 档案
C#上位机嵌入式编程(一):16进制数据向Byte数组的转化
摘要:(1)使用System.BitConverter static void Main(string[] args){ UInt64 sendData = 0xA000A908020001FE; byte[] bs = System.BitConverter.GetBytes(sendData); //
阅读全文
posted @
2020-01-29 14:07
xiaoxinZard
阅读(782)
评论(0)
推荐(0)
公告