VisualScope20101209

所属分类:单片机开发
开发工具:Visual C++
文件大小:796KB
下载次数:107
上传日期:2013-05-02 13:16:57
上 传 者asdqin1
说明:  飞思卡尔智能车电机调试软件 通过串口上传到上位机 可以调节PID参数
(Based on msp430 green plastic injection machine program consists of four pressure displacement sensor developed software IAR )

文件列表:
VisualScope20101209\VisualScope20101209.exe (2259456, 2012-06-21)
VisualScope20101209\sample.dat (700932, 2012-06-21)
VisualScope20101209 (0, 2013-05-02)

串口调试示波器+高速数据采集   本程序在相应硬件(如USB转TTL,高速RS232等)支持下能够进行串口高速数据采集,并使数据在PC机上实时图形显示。   正常操作时,点击RUN按钮,打开串口接收功能,软件将从串口接收到的数据实时图形化显示。   下位机只要按照如下格式通过串口向上发送数据,上位机即可将接收到的数据显示成为波形。 the communication adapt 2 communication protocol,one is check sum,the other is CRC16. if check sum is used,when RUN button is pressed,9 bytes is sent from COM?, //------------------------------------------------------------------------------------------- the data format is like this Ch1_Addr_L,Ch1_Addr_H, Ch2_Addr_L,Ch2_Addr_H, Ch3_Addr_L,Ch3_Addr_H, Ch4_Addr_L,Ch4_Addr_H, ChkSum //------------------------------------------------------------------------------------------- The data from MPU to computer should be like this: //------------------------------------------------------------------------------------------- Ch1Data_L,Ch1Data_H, Ch2Data_L,Ch2Data_H, Ch3Data_L,Ch3Data_H, Ch4Data_L,Ch4Data_H, ChkSum e.g 0x11 0x22 0x33 0x44 0x55 0x66 0x77 0x88 0x***, *** is the sum //------------------------------------------------------------------------------------------- if CRC16 verification is used ,when RUN button is pressed,10 bytes is sent from COM?, //------------------------------------------------------------------------------------------- The data from computer to MPU is like this: Ch1_Addr_L,Ch1_Addr_H, Ch2_Addr_L,Ch2_Addr_H, Ch3_Addr_L,Ch3_Addr_H, Ch4_Addr_L,Ch4_Addr_H, CRC16_L,CRC16_H //------------------------------------------------------------------------------------------- The data from MPU to computer should be like this: //------------------------------------------------------------------------------------------- Ch1_Data_L,Ch1_Data_H, Ch2_Data_L,Ch2_Data_H, Ch3_Data_L,Ch3_Data_H, Ch4_Data_L,Ch4_Data_H, CRC16_L,CRC16_H 当下位机持续向上位机发送满足要求的数据时,软件则会将收到的数据显示为4条曲线。   至于图形的操作,可以打开执行文件所在目录的sample.dat观看一下效果。每个按钮上都有提示。 您可根据需要任意扩大缩小图形,并可保存以备下次分析,或导出供MATLAB分析。同时该程序还具有串口调试助手功能。   这是一款功能极其强大的串口调试工具,界面明了,易于使用,若应用于下位机程序开发等工作,将大大提高您的开发效率,成为您必不可缺的开发助手。 附件为试用版本,波特率为9600bit/s。注册后波特率将不受限制。若有需要,请联系开发者索要注册码:13801615145 mail:fancy0xue@hotmail.com 注册方法:点击help-->Register 将自已的用户名及User ID内容告诉作者,作者将会返回注册码,用户注册时,填入用户名和注册码,注册即可。

近期下载者

相关文件


收藏者