• 大小: 924B
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-06
  • 语言: Matlab
  • 标签: matlab  

资源简介

提供一个matlab串口接收程序

资源截图

代码片段和文件信息

function callback(obj event)  
   
    global receive_data;
    %读取串口数据值
    out= fread (obj 29 ‘uint8‘);
    out=out‘
    receive_data=[receive_data;out];
end  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        178  2016-09-12 23:50  matlab串口接收程序\callback.m

     文件        697  2016-09-12 23:53  matlab串口接收程序\chuankou.m

     目录          0  2016-09-12 23:55  matlab串口接收程序

----------- ---------  ---------- -----  ----

                  875                    3


评论

共有 条评论