登录
首页 » Windows开发 » 优龙FS2410 的串口读写驱动,可以作为串口读写的参考

优龙FS2410 的串口读写驱动,可以作为串口读写的参考

于 2022-07-03 发布 文件大小:95.34 kB
0 195
下载积分: 2 下载次数: 1

代码说明:

优龙FS2410 的串口读写驱动,可以作为串口读写的参考-Liuzhou excellent FS2410 serial read and write drives can be used as reference for serial read and write

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

发表评论

0 个回复

  • c++ 拖拽源码
    实施拖拽外壳 Namespace 扩展 (简称 NSE) 与资源管理器 (简称 D & D) 操作是比执行常见的基于 Windows 的应用程序和资源管理器之间有点更复杂。众所周知,NSE UI、 树视图和壳视图中包括两个部分。在壳视图中执行 d&d 类似在常见的应用程序,但对于树视图中,您需要一些其他技巧。支持 d&d 中 NSE 的操作涉及执行 shell 接口包括 IDataObject,IDropTarget,IDropSource,IEnumFORMATETC,你应该小心处理这些同时实现 IShellFolder 接口和 IShellView.Another 的东西,我必须指出的是 — — 不要不要混淆 d&d 与另一个外壳技术拖放处理程序。在用户界面中的两件事的最大区别是,D & D 操作通常会发生与鼠标左键,同时拖放处理程序快捷菜单调用处理程序用鼠标右键拖动文件时。之前阅读这篇文章,我建议你读我的第一篇写作 Namespace 扩展 (I)-; 实现子 — — 介绍了我们样品 NSE 数据如何被 o 以外 (我的意思是要我文章 NSE 基于同一种 NSE 数据) 的详细 NSE 技巧。这篇文章假设你知道 c + +,ATL COM,特别是熟悉 NSE 的基本知识。使用 ATL COM 应用程序向导创建的样例项目。你可以自由地拖放和文件资源管理器和样品 NSE 之间或只是内样品 NSE。为简单起见,我们从不不支持拖放的数据文件夹。然而,有关如何实现拖拽的关键要素是相同的。
    2022-06-01 05:22:08下载
    积分:1
  • In this project I try to use many features of Matlab like image processing , ani...
    工业机器人的图像处理,动画控制其他MATLAB工具箱(虚拟现实工具箱)Matlab的许多功能。 所附文件包含在Simulink模型,转换成图像信号,数据处理,以控制机器人动画-In this project I try to use many features of Matlab like image processing , animation control (Virtual Reality Toolbox) with other Matlab toolboxes. The attached files contains a Simulink model that convert the image processing data into signals in order to control the animation of the robot.
    2022-07-25 20:10:14下载
    积分:1
  • 用于 sms 消息的通用 API。
    SMSLib 提供了一个通用的发短信 API,可用于发送和接收消息 (通过 GSM 调制解调器和/或批量短信运营商。
    2022-01-25 21:38:13下载
    积分:1
  • 学生成绩管理,采用C语言函数指针编写,调试通过。
    学生成绩管理,采用C语言函数指针编写,调试通过。-Student performance management, use of C language function pointer write, debug through.
    2022-01-26 00:10:15下载
    积分:1
  • springMVC+mybatis实现数据的增删改查及登录
    采用springMVC+mybatis实现简单的数据增删改查及用户登录功能,采用mysql数据库,数据库建立非常简单的两个表,可自行建立 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-04-24 19:50:03下载
    积分:1
  • 求算24点是一个极为有趣的大众智力游戏,深得许多人的喜欢。但你有没有遇到过求不出解的情况呢?是自己没有想出来还是确实无解?很难判断吧!有没有想过用电脑来求解呢。...
    求算24点是一个极为有趣的大众智力游戏,深得许多人的喜欢。但你有没有遇到过求不出解的情况呢?是自己没有想出来还是确实无解?很难判断吧!有没有想过用电脑来求解呢。如果你有一点点VB的基础,那就让我们一起来看看该怎样用VB来求算24点吧。-calculating 24 is a very interesting public intellectual games, won many people like it. But you have never met before seeking solutions not happen is they did not come up with no solution or indeed is very difficult to judge! Have you ever thought of using computers to solve it. If you have a little bit of VB foundation, then let us look at how to use VB to calculate 24 spot.
    2022-07-08 20:58:44下载
    积分:1
  • 根据一个窗口句柄得到运行程序名的两个函数实现
    根据一个窗口句柄得到运行程序名的两个函数实现-The implementions of two functions to get the name of the running application using an window s handle
    2023-05-30 18:10:03下载
    积分:1
  • 这个程序已经写上了。在VB NET平台是卫星系统。
    This program has been written on .net platform in vb and it is about satellite system.
    2023-09-07 00:20:03下载
    积分:1
  • 这是一本关于多线程编程的教科书。这本书的目的
    This a textbook on multithreaded programming. The objective of this book is to teach students about languages and libraries for multithreaded programming, to help students develop problem-solving and programming skills, and to describe and demonstrate various testing and debugging techniques that have been developed for multithreaded programs over the past 20 years.-This is a textbook on multithreaded programming. The objective of this book is to teach students about languages and libraries for multithreaded programming, to help students develop problem-solving and programming skills, and to describe and demonstrate various testing and debugging techniques that have been developed for multithreaded programs over the past 20 years.
    2022-02-15 09:56:47下载
    积分:1
  • activetapidevelopersetup TAPI development control
    activetapidevelopersetup TAPI开发的控件-activetapidevelopersetup TAPI development control
    2022-07-24 10:11:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载