串口获取内存命令
谁能告诉我如何在 C# 中为数字万用表的以下获取内存命令格式化 serialport.write 方法?
分布式LE STX 命令 精氨酸1 精氨酸2 精氨酸3 分布式LE 出口
10小时 02点 4Eh 00点 00点 00点 10小时 03h
非常感谢
Could anyone tell me how to format the serialport.write method in c# for the following get memory command of a digital multimeter?
DLE
STX
Command
arg1
arg2
arg3
DLE
ETX
10h
02h
4Eh
00h
00h
00h
10h
03h
Many thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试创建一个字节数组,并将其写入端口。
Try creating a byte array, and writing this to the port.