登录
首页 » Com Port » 这是通过COM口对声波触摸屏控制卡直接进行数据包解读的程序源码. BCB...

这是通过COM口对声波触摸屏控制卡直接进行数据包解读的程序源码. BCB...

于 2022-05-19 发布 文件大小:5.98 kB
0 127
下载积分: 2 下载次数: 1

代码说明:

这是通过COM口对声波触摸屏控制卡直接进行数据包解读的程序源码. BCB-through COM ports on acoustic touch screen control card data packets directly interpret the procedures source. BCB

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

发表评论

0 个回复

  • ICAN协议例程,CAN转换成RS232 ICAN协议例程,CAN转换成RS232
    ICAN协议例程,CAN转换成RS232 ICAN协议例程,CAN转换成RS232-ICAN agreement routines, CAN convert RS232ICAN routines Agreement, CAN convert RS232
    2022-12-23 14:30:03下载
    积分:1
  • The software is a PC serial communications software, and be able to single
    该软件是一个串口通信的上位软件,能够和单片机通信,获取当前的温湿度值,简单,使用,可靠,对于初学者很有借鉴价值-The software is a PC serial communications software, and be able to single-chip communications, access to the current temperature and humidity value, easy to use, reliable and useful reference for beginners Value
    2022-08-07 10:47:40下载
    积分:1
  • 用VC写的一个将串口数据用图形曲线的形式显示出来。这是一个项目中的一部分。...
    用VC写的一个将串口数据用图形曲线的形式显示出来。这是一个项目中的一部分。-VC write a serial data will be used in the form of graph displayed. This is a part of the project.
    2023-05-21 15:05:04下载
    积分:1
  • CAN总线传输,示例代码,利用VC++编写
    CAN总线传输,示例代码,利用VC++编写-CAN transmission, sample code, prepared VC
    2022-02-03 11:46:47下载
    积分:1
  • 2005
    2005-7-13 10:03 前几天要做一个短信收发的小软件,于是按照习惯Box寻找例程和控件,可惜没有找到! 于是,大幅翁、Google!!!终于找到了好几个,不是要收费就是不能用!气愤!! 这又不是什么高新尖端科技,俺们不是做不出来,俺们只是秉承RAD的精神而已! 于是这个短消息控件诞生了!虽然还很简陋,起码胳膊腿都有了,剩下就看它怎么跑了! 使用标准AT指令 现在只能支持PDU模式(Text模式太简陋)! 支持7_Bit 和 UCS2 编码 集成了串口(spcomm) 只需要简单的配置几个参数就可以收发短信了-2005-7-13 10:03 A few days ago to be a small message to send and receive software, then in accordance with the customary Box search routines and controls, but did not find! Thus, a substantial Weng, Google!!! Finally found a few, not a fee is not! Angry! ! This is not a high-tech state of the art technology, not俺们not able to,俺们only uphold the spirit of just RAD! So the short message control was born! Although very simple, at least arm leg with the rest look on how it ran! Using standard AT commands can now only support PDU mode (Text model is too simple)! Support the UCS2 coding 7_Bit and integrated serial port (spcomm) only need a few simple parameters can be configured to send and receive a message
    2022-01-25 15:33:03下载
    积分:1
  • 这是用KeilC实现的射频接收程序,可以直接用在工程中.是实现射频通讯的最快捷的方式....
    这是用KeilC实现的射频接收程序,可以直接用在工程中.是实现射频通讯的最快捷的方式.-This is achieved using KeilC RF receiver procedures, can be directly used in the works. RF communication is the most expeditious manner.
    2023-06-16 20:30:03下载
    积分:1
  • 此书是在BCB环境下开发串口通信的一本好书啊。文中详细讲解了串口通信的基本概念,同时很具体的描述了编写的过程并附有源码。...
    此书是在BCB环境下开发串口通信的一本好书啊。文中详细讲解了串口通信的基本概念,同时很具体的描述了编写的过程并附有源码。-book is the BCB development environment Serial Communication a good book ah. This paper gave a detailed account of the serial communication the basic concept, but very specific description of the preparation process together with the source code.
    2022-03-16 12:04:51下载
    积分:1
  • 这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的...
    这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very challenging issue. For user input an arbitrary planar function f (x), mapping out its function curves. Here the most critical technical problems is how to achieve calculated the value of the expression. "Compiling Principle" and "data structure," the book, have right of expression Operational discussed. Indeed, the computer language compiler to achieve expression of the user input operation is very difficult. Need to scan expression to the brackets, in accordance with the priority Operators Generation 2-ary tree, and then traverse the tree generated reverse Polish expression, and then through the stack approach to computing. If the expression again contains the function described ...... these are trouble, not to mention t
    2022-02-25 13:48:40下载
    积分:1
  • arm under the serial port communication program, function well, can be used to p...
    arm下实现的串行口通信程序,功能完好,可以用ads编写-arm under the serial port communication program, function well, can be used to prepare ads
    2022-02-21 09:46:47下载
    积分:1
  • 在ISE上可运行次程序 改程序主要用实现FPGA串口通信
    在ISE上可运行次程序 改程序主要用实现FPGA串口通信-In the ISE program can be run at the main change procedures realize FPGA serial communication
    2022-01-25 20:12:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载