Matlab串口通讯
少安的砖厂
paddlepaddle的supporter
口号:Never worry about the future, as not satisfied with the past...
展开
-
Matlab simulink Serial port 模块
(1)matlab simulink模块在 Instrument Control Toolbox里SerialPort 相关模块的详细说明:https://cn.mathworks.com/help/instrument/direct-interface-communication-in-simulink.htmlhttps://cn.mathworks.com/help/原创 2017-08-22 15:58:29 · 8540 阅读 · 1 评论 -
Matlab Simulink 串口通讯之float数据到字节数组(uint8)的相互转化
(1)数据类型与字节数组之间的相互转化串口中直接传输的数据是字节数组ByteArray,也就是uint8型的数组。一个float型的数据可由4个字节表示,double型的数据8个字节表示,等等每种类型的数据都有对应的字节数组表示。 我们要实现的是将要传输的float型数据转化为对应的uint8数组,通过串口传输uint8数组。 将接收到的字节数组转化为对应的float型数据。(2)原创 2017-08-22 16:00:05 · 15566 阅读 · 5 评论 -
使用虚拟串口在一台电脑上模拟串口通讯
(1)安装虚拟串口软件http://jingyan.baidu.com/article/eb9f7b6d6b7c8a869364e8da.html(2)如何设置虚拟串口http://jingyan.baidu.com/article/4ae03de31828973eff9e6b8e.html(3)可以虚拟两个相连的虚拟串口,模拟串口数据的发送与接收:原创 2017-06-20 10:16:49 · 12232 阅读 · 2 评论