登录
首页 » c++ » 串口上位机

串口上位机

于 2022-07-05 发布 文件大小:2.41 MB
0 145
下载积分: 2 下载次数: 1

代码说明:

串口编写的上位机(仿),可以实现此调试工具与开发板或者下位机之间的通讯,但是你知道的串口传输速率慢, 所以我目前正在此基础上改usb通讯了

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • stm32_code
    此文件可以包含STM32f103的基本操作,包括PWM波的输出,I/O端口的初始化等(This file is for the micro-controller ---STM32F103)
    2018-09-19 10:07:35下载
    积分:1
  • 凌阳61单片机LCD模块演示程序
    凌阳61单片机LCD模块演示程序,基于凌阳SPCE061A单片机开发。使用61板上LCD模块进行中文字符显示。 显示中文需要字模提取工具。 另附说明书
    2022-07-27 22:49:15下载
    积分:1
  • v
    说明:  这也是师兄的毕业设计,具体的功能我也不清楚,因为我才大一,请见谅!!!!!!!不过是可以用来答辩的,完整的毕业设计,有源代码,可爱执行文件,文档资料.(This is also the senior)
    2008-04-10 16:35:56下载
    积分:1
  • merge_lists
    Merge k lists in O(nlogk) time
    2014-04-07 23:11:38下载
    积分:1
  • C# WPF把彩色图片转换为灰度图
    C# 把彩色图片转换为灰度图,这是一个基于WPF的C#图像处理程序,图像彩色转换黑白,支持的图像文件格式为:JPeg,Gif,Bmp,etc。   程序主要实现两个功能,一是将彩色转换为索引像素格式、二是将彩色转换为黑白像素格式,对应于窗口中的按钮,可查看对应功能的演示:   将彩色转换为黑白像素格式,核心代码如下:   TransformedBitmap MyRotatedBitmapSource = new TransformedBitmap();   MyRotatedBitmapSource.BeginInit();   MyRotatedBitmapSource.Source = (System.Windows.Media.Imaging.BitmapSource)this.image1.Source;   MyRotatedBitmapSource.Transform = new RotateTransform(270);   MyRotatedBitmapSource.EndInit();   FormatConvertedBitmap MyFormatedBitmap = new FormatConvertedBitmap();   MyFormatedBitmap.BeginInit();   MyFormatedBitmap.Source = MyRotatedBitmapSource;   MyFormatedBitmap.DestinationFormat = PixelFormats.BlackWhite;   MyFormatedBitmap.EndInit();   this.image1.Source = MyFormatedBitmap;   完整源码例子请在本页下载,运行效果截图如下图示。
    2022-02-01 21:42:57下载
    积分:1
  • Gray-World
    Gray World method compleat whit image save in a hard disk
    2011-03-24 22:34:06下载
    积分:1
  • STM32F30x_的ADC_采样的傅立叶变换
    说明:  利用stm32进行交流采样,通过傅里叶变换计算交流量的有效值。(STM32 is used for AC sampling, and the effective value of AC is calculated by Fourier transform.)
    2019-02-17 19:29:53下载
    积分:1
  • 重大项目开发书籍代码“C #实例(修订版)及现状…
    书籍代码《C#专业项目实例开发(修订版)》-徐成敖-源代码-4242 -Books code " C# examples of major project development (revised edition)" - Xu Ao- source code-4242
    2023-03-17 04:05:03下载
    积分:1
  • 药店
    药物审核和研究管理是一个系统,几乎和;
    2022-02-01 03:09:02下载
    积分:1
  • Map-projection
    1、根据所给的中国版图数据 绘制显示基于北京54坐标系的经纬度数据 编写兰勃特投影转换程序,转换上述数据,并显示 编写墨卡托投影转换程序,转换上述数据,并显示 同时,要绘制相对应的经纬网格,网格间距5度 2、根据所给的世界版图数据 绘制显示基于WGS84坐标系的经纬度数据 编写墨卡托投影转换程序,转换上述数据,并显示 计算北京(116.4,39.8)到巴黎(2.2, 48.52)的大圆轨迹,并显示 同时,要绘制相对应的经纬网格,网格间距5度(1, according to the Chinese territory given display data drawn based on latitude and longitude data write Beijing 54 coordinate system Lambert projection conversion process, the conversion of the data, and displays the write Mercator projection conversion process, the conversion of the data, and display the same time, Draw the corresponding latitude and longitude grid, the grid spacing of 5 degrees 2, according to the world map rendering display data written to the Mercator projection based on latitude and longitude data conversion program WGS84 coordinate system, the conversion of the data, and displays the calculation Beijing (116.4, 39.8) to Paris (2.2, 48.52) the great circle track and display the same time, to draw the corresponding latitude and longitude grid, the grid spacing of 5 degrees)
    2015-12-08 21:51:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载