登录
首页 » Windows开发 » 串口发送数据源码(vc6)

串口发送数据源码(vc6)

于 2022-03-23 发布 文件大小:25.15 kB
0 237
下载积分: 2 下载次数: 1

代码说明:

串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit); 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)

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

发表评论

0 个回复

  • Visual Studio provides a Spy program, this program is similar with it, but also...
    Visual Studio提供了一个Spy程序,这个程序同它类似,也是可以通过拖放窗体上的十字到其它窗体获得目标窗体的属性,另外它还可以罗列当前运行的程序并选定关闭程序。-Visual Studio provides a Spy program, this program is similar with it, but also can drag and drop the form on the cross to the other objectives of the form to obtain the properties of the form, while it can list the currently running program and close the program selected.
    2023-01-26 19:40:04下载
    积分:1
  • 关于windriver驱动USB的教程,英文版,其中有stream传输模式
    关于windriver驱动USB的教程,英文版,其中有stream传输模式-About windriver Drive USB, tutorials, in English, which stream transmission mode
    2023-04-24 06:50:03下载
    积分:1
  • 本程序实现了聚类分析的功能,文件中附带了一农业生态经济系统各区域单元的有关数据,保存data文件中,并利用该程序对该数据进行了实验与分析,结果数据也包含在res...
    本程序实现了聚类分析的功能,文件中附带了一农业生态经济系统各区域单元的有关数据,保存data文件中,并利用该程序对该数据进行了实验与分析,结果数据也包含在result文件中
    2023-07-19 10:30:04下载
    积分:1
  • 利用Jni技术,实现在Java种调用Zip32
    利用Jni技术,实现在Java种调用Zip32-Load Zip32.dll in Java by JNI
    2022-02-06 07:44:37下载
    积分:1
  • 一个VB PIM
    一个VB PIM-a VB PIM
    2022-04-20 17:01:30下载
    积分:1
  • VTI _先生| UTF8编码:
    vti_encoding:SR|utf8-nl vti_timelastmodified:TR|24 Aug 2003 15:59:02 -0000 vti_extenderversion:SR|4.0.2.4426 vti_cacheddtm:TX|24 Aug 2003 15:59:02 -0000 vti_filesize:IR|20992 vti_cachedlinkinfo:VX| vti_cachedsvcrellinks:VX| vti_cachedtitle:SR|实验一 ASP程序运行环境的配置 vti_title:SR|实验一 ASP程序运行环境的配置 vti_backlinkinfo:VX|asp/left.htm asp/left0b.htm asp/leftbf.htm asp/lefty.htm -vti_encoding : SR | utf8- nl vti_timelastmodified : TR | 24 Aug 2003 15:59:02-0000 vti_extenderversion : SR | 4.0.2.4426 vti_cacheddtm : TX | 24 Aug 2003 15 : 59:02-0000 vti_filesize : IR | 20992 vti_cachedlinkinfo : VX | vti_cachedsvcrellinks : VX | vti_cachedtitle : SR | experimental procedures in an ASP environment configuration vti_title : SR | experimental procedures in an ASP environment configuration vti_backlinkinfo : VX | asp/left.htm asp/left0b.htm asp/leftbf.htm asp/lefty.htm
    2022-08-07 22:24:06下载
    积分:1
  • Windows 程序设计(第五版)书的光盘上的源程序,学习这本书非常有用!...
    Windows 程序设计(第五版)书的光盘上的源程序,学习这本书非常有用!-Windows programming (fifth edition), the CD of the source, study this book very useful!
    2023-02-16 14:45:07下载
    积分:1
  • 执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方...
    执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方法选择,依置换策略选择一个可置换的页面并计算它们的缺页率以便比较。 -implementation procedures, when the main pages can be no deposit, in order to choose out of the main deposit which pages, spare a spare block transferred to the new store pages. Which pages out of the first problem is the choice of replacement algorithm. The program LRU Methods, according to choose a replacement strategy may replacement pages and calculation of their missing pages rate to facilitate comparison.
    2022-05-25 18:24:45下载
    积分:1
  • windows下的自动关机程序
    windows下的自动关机程序-an auto shut down program in the windows environment
    2022-11-06 13:50:03下载
    积分:1
  •   很多ASP代码编写着都会遇到,当提交表单或URL中的信息太多,写Request.Form等语句会很麻烦。有时甚至要写几十个之多。如果可以直接输入变量就自动的...
      很多ASP代码编写着都会遇到,当提交表单或URL中的信息太多,写Request.Form等语句会很麻烦。有时甚至要写几十个之多。如果可以直接输入变量就自动的写出Rs(),Request.Form(),Request.Querystring()等语句。将大大减轻编写着的负担!   还有时候可能需要这些格式语句中的变量,一个个的选中再复制也同样非常烦人。如果可以自动把这些Rs(),Request.Form(),Request.Querystring()等格式语句中的变量提取出来,那是多么领ASP代码编写着兴奋啊! ASP变量助手 可以满足这些要求,支持 【变量】->『格式』 和 『格式』->【变量】双向转换。不但预设了常用的5种转换格式,还支持自定义转换格式!绿色免费软件,不写注册表,不用安装!-many ASP code will be prepared to encounter when submitting a form or a URL that too much information, write Request.Form such phrases will be very troublesome. Sometimes even write as many as several dozen. If direct input variables can automatically write the Rs (), Request.Form (), Request.Querystring () statement. Be prepared to significantly reduce the burden! There may be times when they need to form statements variables, a further 000 copies of selected also very annoying. If these can be automatically Rs (), Request.Form (), Request.Querystring () formats statements extracted variables, it is how prepared from ASP code with e
    2023-05-03 04:25:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载