登录
首页 » C# » 使用C#语言,利用RS_232串口标准和停等协议传输数据文件和图片...

使用C#语言,利用RS_232串口标准和停等协议传输数据文件和图片...

于 2023-03-16 发布 文件大小:72.74 kB
0 135
下载积分: 2 下载次数: 1

代码说明:

使用C#语言,利用RS_232串口标准和停等协议传输数据文件和图片-C# ,use RS_232 and Stop-Wait protocol to transmit data such as documents and pictures

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

发表评论

0 个回复

  • NeHe.OpenGL.Tutorial
    openGL教程的中文翻译教程,详细介绍了openGL的基础语法与知识(OpenGL Tutorial)
    2009-10-16 22:14:02下载
    积分:1
  • VisionHalcon
    说明:  1、图像显示:这个代码中制作了比较友好的图像显示功能和函数接口,非常方便客户调用,图像显示制作成控件的模式,带源代码; 2、图像显示平移以及放大缩小:在图像显示代码模块中以及将图像的拖拽、鼠标滚轮控制的放大缩小功能集成好了,提供代码接口,非常好用,可看到源代码学习; 3、文件操作模块:目前代码集成了6种文件的创建读写保存类,分别为:office中的Excel操作,IniFile的操作,LogFile的操作,Spire控件下的Excel操作,Txt文件操作,Xml文件操作(1. Image display: this code makes a friendly image display function and function interface, which is very convenient for customers to call. The image display is made into control mode with source code; 2. Image display translation and zoom in and out: in the image display code module, the image drag and zoom function controlled by mouse wheel are integrated, providing code interface, which is very easy to use and can see the source code learning; 3. File operation module: at present, the code integrates six kinds of file creation, reading, writing and saving classes, including excel operation in office, IniFile operation, logfile operation, excel operation under spire control, TXT file operation, XML file operation.)
    2020-08-13 20:44:13下载
    积分:1
  • 基于霍夫变换的硬币检测
    本程序主要是基于霍夫变换实现的硬币检测,以一定的数学方法快速的识别出图片中所有硬币,并进行分类计数,适合初学者进行学习图像处理时使用
    2022-04-28 21:39:03下载
    积分:1
  • Skin++ 知名的Skin++界面库
    知名的Skin++界面库,内含所有库文件和大量皮肤文件.该库使用方便,可以减少您美化程序的痛苦.本版是破解版,没有注册提示.但只供学习研究使用哦,不要用在商业用途.(Well-known Skin++ Interface library, containing all the library files and a large amount of skin files. The library easy to use, can reduce the suffering of your landscaping procedures. Excerpts cracked version is not registered prompted. But the only study to use Oh, Do not use in commercial purposes.)
    2020-07-01 04:00:02下载
    积分:1
  • xueshengchengji
    学生成绩管理系统 为C++源码 采用sql Server数据库 主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息 (Student achievement management system for the C++ source code using sql Server database main functions: query, add, delete, show the " college, faculty, classes, students, teachers, community, curriculum," and other information)
    2009-07-01 09:27:24下载
    积分:1
  • lua 脚本编译工具
    1.lua  脚本配置用法及示例 2.LUA与C C++交互用法及工具 3.LUA与C#  交互用法及工具
    2022-03-18 13:28:39下载
    积分:1
  • 链表的创建、删除(插入)结点
    本代码主要是针对简单链表的生成过程以及结点的插入与删除和打印显示,利用头指针和p1、p2分别开辟空间,希望帮助初学者对链表有所了解。
    2022-08-10 01:52:51下载
    积分:1
  • MyIE
    VC++ 实现网页自动填表功能,精选学习源码,很好的参考资料。(VC++ Webpage autofill, select learning source code, a good reference.)
    2013-12-26 13:48:28下载
    积分:1
  • 关于PLX 的OXPCIE95X系列芯片的WINDOWS驱动
    使用oxpcie95x系列芯片制作串口卡,软件直接可以使用。
    2022-02-05 06:07:34下载
    积分:1
  • Visual C# Timer 构建的进度条演示
    Visual C# Timer 构建的进度条演示,progressBar进度条的建立与使用,简单的范例,面向C#的初级开发者,希望初学者能够熟悉Loading如何创作哦,以下代码可以参考:   private void timer1_Tick(object sender, EventArgs e)   {    //使用三元运算符为progressBar的Value值自加1    progressBar1.Value = ++progressBar1.Value > 1000 - 1 ? 0 : progressBar1.Value;    //显示载入百分比    label2.Text = string.Format("已经载入{0}%", (int)(progressBar1.Value / 1000f * 100));   }
    2022-04-16 04:00:01下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载