搜索资源列表
485通讯源码
- 485通讯
USComm
- 非常好用的GPS串口通信,支持Nmea0183协议,支持GarMin协议,如果需要新添加协议类型,修改非常简单!-very handy GPS serial communications, support Nmea0183 agreement, support GarMin Agreement, if the need for a new type of agreement to add, change is very simple!
文件夹
- 使用MSCOMM控件主要是通过事件来处理串行口的交互,即当数据到达时,控件的OnComm的事件就会来捕获或处理这些通讯事件。而OnComm事件也可以用来捕获和处理通讯错误。在实际应用中,一个MSCOMM控件就对应一个串行口,所以如果要处理多个串行口的话,必须有相应数量的控件与之对应。-use MSCOMM control mainly through the incident to the serial interaction, that is, when the data arrived, t
两台机器间的串口通讯
- 串口通讯使用说明 在两台机器运行serealcom.exe, 但必须保证用串口线连接, 选择串口时如出现error, 表明此串口正被其它设备使用。-serial communications for use of the two machines running serealcom.exe, but must ensure that the use serial link, choose when and if there Serial error, the express
com_boot
- a boot file. This a demo for developing a boot in enbedded software development There are some bug, if you encounter, please let me know!!!!!!!! Thanks Saig-a boot file. This a demo for developing a boot in enbedded software
fet120_adc10_01
- ADC10, Sample A0, AVcc Ref, Set P1.0 if A0 > 0.5*AV-ADC10, Sample A0, AVcc Ref, Set P1.0 if A0
cktx
- 初次用VB做串口通信,不过做的还可以,呵呵 如果发现有什么问题,还请见谅-do with VB serial communication, but they can do, huh, if found to have any problems, please be forgiven
com1com2
- 本软件在C++ Builder 6.0开发环境下编程,实现的功能是:如果将本机的两个串口通讯口COM1和COM2连接起来,可以实现本机内这两个COM口间的数据的传输;若将两台电脑的COM口连接起来,可以实现这两台电脑的串行数据传输。-the software in C Builder 6.0 development environment programming, the functions are : If the machine two serial communication port C
cuifei
- 自动催费.能够应用在很多领域,如果需要请和我联系,-automatic reminders charges. Can be used in many fields, and if necessary please contact me,
IC_pos
- 高校餐饮银卡系统,源代码中有详细说明,如有问题请与我联系.-College system, the source code is described in detail, if there are questions, please contact me.
crc.txt
- 本文件给出了如何一步一步实现crc校验。并给出了例子。如果懒得编写。可以直接嵌入程序。-this document is a step-by-step how to achieve crc check. An example is given. If too lazy to prepare. Procedures can be directly embedded.
CDMAJIEMA
- 三星系列解锁软件(四位密码),能解所有韩机的四位码,如果有人因为误按锁机,就可以用这个软件解码了-unlocking software (4 PIN), South Korea, to obtain all the four machine code, because if it was mistakenly locked by machine, can use this software decoding of
serealcom
- 串口通讯使用说明 在两台机器运行serealcom.exe, 但必须保证用串口线连接, 选择串口时如出现error, 表明此串口正被其它设备使用。-serial communications for use of the two machines running serealcom.exe. However, we must ensure that a serial link, choose when and if there Serial error, Serial in
delphi_monitor
- 智能监视系统 程序运行时需要视频捕捉设备,如果没有,请安装USB_CAMERA目录下的设备驱动程序。-intelligent surveillance systems operating procedures need video capture equipment, and if not, Install USB_CAMERA directory device driver.
serial_communication_sources
- 朋友给的串口通信资料,请不要用于商业用途,如有需要请于作者联系-a friend to the serial communication information, please do not used for commercial purposes, if necessary please contact the author
corelogiccamera
- 用于需要Camera驱动场合的驱动的原代码.如手机,监控设备等-Camera Driver needed for the occasion driven by the original code. If the phone, and monitoring equipment, etc.
usbvb
- vb和USB的通讯,下载后就可以直接用,如果不能用的话,可以联系我-vb and USB communication, you can download the direct use, if you can not use it, then I can be linked
Visual C++串口通信技术与工程实践
- 计算机接口技术系列 Visual C++串口通信技术与工程实践 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。-computer interface technology Series Visual C serial communications technology and engineering practice in compiling this cha
spcomm
- // This Communications Component is implemented using separate Read and Write // threads. Messages from the threads are posted to the Comm control which is // an invisible window. To handle data from the comm port, simply // attach a handler to
20050120091918_MySerialPort[2004-01-18-01]
- 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收