搜索资源列表
ComWin32
- 一个很好用的comm类,对于开发串口工作很有帮助,因多次测试没问题!可在98/2000/xp上正常使用-a good use of comm category, serial work for the development of useful, because several tests No problem! In normal use 98/2000/XP
多串口多线程工业控制实现
- 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量
MonitorComPort1.1
- 上一个版本是测试版;这个是应用版。这个版本去掉了上一个版本一些多余代码,而且修改部分问题。有问题给我发信。-on a beta version; This is the application version. This version removed the previous version redundant code, revising part of the problem. I have sent letters to the problem.
SimpleDial
- 一个很有用的串口通信的实例,绝对让你好用,在VC下运行没有问题-a very useful example of serial communication, with absolutely let Hello, VC no problem running
USBjiekou
- 在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和 状态信息。这是因为通兜母鞲黾扑慊鶦PU速度不一样(这会导致“错帧”)以 及发送机发送数据速度比接收机接收速度快(这会导致“过冲”)。为解决这个 问题,我们采用一个简单的握手信号,即发送机每次仅发送半个字节(低4位) 的数据,而另外半个字节(高4位)则用来传送信息。我们可以对信息位(高4位) 进行如下简单的编码: 0H:发送的是新的半个字节数据 1H:重新发送上次传送错误的数据 2H:文件名结
uart_v0.1
- RAR文件,现在这个版本基本的 ASCII码的串行通迅是没有问题的,由于时间的问题暂时没有做十六进制的转换处理。-RAR files, and now this version of the basic ASCII serial communications is no problem, because of the time there is no problem doing hexadecimal conversion processing.
java_serial
- 用java程序从串口读数据 在这个通讯程序中使用了一个简单的协议,既不同的消息之间用星号 * 作为分隔。这个 程序中的问题是ReadSerial进程和WriteSerial进程不能够同时启动,出错信息是不能够 打开串口,因为同样一个串口不能够同时被打开两次(在ReadSerial中声明了FileReader 和在WriteSerial中声明了FileWriter)。这样是不能够实现全双工通讯的。不知道有没有 做过的大侠能够讲讲处理的办法。 -with readi
SP_sms
- 自己做的,试一试把可以接受短信,发送短信。根据接受内容可以做其他任务问题了-do for myself, try to accept it on SMS, send text messages. According to accept the content can do other tasks problem
SSCOMV3.0
- 极有用的调试工具,希望能给大家带来一点用处,恩,注意不要把它商业化,带来的问题自己解决-very useful debugging tool, we hope that they will bring some useful Tu, the attention it should not be commercialized, bring themselves to solve the problem
20050120091918_MySerialPort[2004-01-18-01]
- 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收
i2c总线程序
- 本程序是i2c总线读写一个字节的程序。在写过程序中,不一定非要检测i2c的应答位,可以直接延时过去就行,但是在读过程中必须给应答信号,读完发停止位,一定确认所发的信号都发上了。否则在连续地址读的过程中可能不会出错,但是在随机度过程中就会出错,我的程序就是在给停止信号时没有给上,24cxx一直在输出数据,结果读出错。找着问题后我的程序只加入了一条命令便完全正常。-i2c bus read and write a byte procedures. The written procedure, no
一个串口包装类及演示程序
- 从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial port, there are two methods, one
modscan2
- 对于Modbus通讯来说,怎么样方便的测试通讯很有价值。用自己写的代码很麻烦。这个测试软件,基本上解决了一般的Modbus通讯的测试问题。值得推广。-Modbus communication for example, how to facilitate the testing of communication very valuable. Write their own code is cumbersome. The test software is basically to solve the
Download
- iplease help me!!! i have a problem-iplease help me!!! i have a problem..
Three-wire-asynchronous-serial-communication
- 针对两算机之间串行异步通信问题开展研究,用C语言设计了仅用RXD、RXD、GND三线进行串行通信的程序。该程序通过合理设置INS8250端口的初始状态,发送方采用查询方式,接收方引入中断机制,使三线通信方式得以实现,且硬件连线简单,数据传输波特率可达115200bps的最高极限值。-Computer for the two serial asynchronous communication between the research problem, using C language design
mscomCRC
- 串口通信和CRC,代码已经运行过,没有问题,调试可以自己修改增加功能-Serial communication and CRC, the code has been run before, there is no problem, debugging can be modified to increase their functional
Comm
- 个人不喜欢三方控件,用三方控件多了不利用提高自己的水平,这是一个串口读写的DLL,全API控制。不像控件功能强大,经测试还没出过问题。-Individuals do not like the three controls, with the tripartite control should not be used more to improve their level, this is a serial read and write the DLL, control of the whole
vcserialconmunication
- vc 串口通信pdf版,有很多实际应用例子.串口通信就那么点东西,有了这个VC的串口通信应该没问题-vc serial communication pdf version, there are many examples of practical applications. Then something on the serial communication, serial communication with this VC should be no problem
mysendAndRecived
- C#版的短信发送开发,暂是通过win32api进行短信发送。但存在一问题,该问题是由于 win32api 串口只能打开10个以下,10个以上串口无法打开-C# version of the text message development, suspense is carried out through text messages sent win32api. But there is a problem, the problem is that the win32api serial port
cktx
- 串口通信, 并行串口通信;本程序在vc6.0中调试通过 由于本程序设计到硬件编程,因此,如果读者的串口通信设备 没有连接好,可能会有问题 本程序重在介绍一个串口通信类,因此读者在开发具体应用 的时候可以直接使用这个类。 以上所有程序在VC6.0中调试通过 系统平台是:Windows XP Professional-Serial communication, parallel serial communication the program in debug
