搜索资源列表
slsnif-0[1].4.2.tar
- 项目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions. Serial line sniffer是一个串行端口记录工具。它监听指定的串行端口并记录所有通过这个端口的两个方向的数据。 来源:http://freshmeat.net slsnif是一个串行端口日志
Simple Sockets Library--ssl-2[1].11a.tar
- 项目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions. Serial line sniffer是一个串行端口记录工具。它监听指定的串行端口并记录所有通过这个端口的两个方向的数据。 来源:http://freshmeat.net slsnif是一个串行端口日志
串口通讯经典程序
- 这是我自己写的关于串口通讯的小程序,适于两台PC机之间通过(交叉串口线)串口通讯.可以(自动或手动)发送数据、接收数据、保存数据。是调试串口和初步学习串口编程的好例子。其中还用到了典型的串口类,对于从事串口编程者有一定的借鉴作用。 -that I write on small serial communication procedures, suitable for two between the PC (cross-Serial Line) serial communications. M
PC机串行通信程序设计
- 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communications procedures through the u
Plctopcsource
- 一个自动化控制的上位机程序,是一条生产线上用的-an automated control of the PC process, a production line with the
PC8251
- 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communications procedures through the u
berryz2007
- 自己使用VB编写的串口通信程序,1号和2号。将两个COM口用串口线连接,就可以运行这两个程序了。实现的功能:1号程序随机发送两个数字,2号程序接收并进行计算,然后发回1号机,1号机接收并显示出来。-its own use VB prepared by the serial communication program, 1 and 2. The two COM ports with serial line connectivity, it can run on the two proceeding
ASM_COM
- 关于怎么制作串行线,并给出汇编源码通讯例子,希望能给有需要的朋友们参考。-on how serial production line, and gives examples of communications source code compilation, in hopes of giving the needy friends as a reference.
csx1
- 一种小电流接地选线监视系统,可连接多台计算机-a small current grounding line selection and surveillance systems, which will connect multiple computers
XIAODIANLIU
- 一种小电流接地选线监视系统,可连接多台装置.-a small current grounding line selection and surveillance systems, which will connect multiple devices.
AUTOCLI
- 自动联想命令行处理代码-automatic command line processing code
串口存储器
- 提供I2C总线初始化、工作时的启始位、结束位、提供I2C总线的时钟信号,并返回在时钟电平为高期间 SDA信号线上状态。本函数可用于数据发送,也可用于数据接收-provide I2C bus initialization, the Start-end, provide the I2C bus clock signal, the clock and return to the high-level signal line during the SDA state. This function can
电表645
- // dianbiao645.h : main header file for the DIANBIAO645 application // #if !defined(AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_) #define AFX_DIANBIAO645_H__EF43A0BD_87CA_4963_B57A_57851872D28C__INCLUDED_ #if _MSC_VER &g
型号为HL-340 USB转串口线的驱动程序
- 型号为HL-340 USB转串口线的驱动程序,Model for the HL-340 USB to Serial Line Driver
serial_null.rar
- SUDT SerialNull 是一款虚拟串口的专业配置工具,主要用于模拟RS232串口的虚拟连接,适用于串行口相关的软硬件开发、测试工程师。在系统中所创建的虚拟串口在功能以及使用上与真实物理串口一致。可以在不占用真实串口的情况下,创建任意数量并互为连接的纯虚拟串口对。 ,SUDT SerialNull is a virtual serial port configuration of the major instrument, mainly used to simulate a virtual
LEDCOM
- vb串口十六进制发送,带有XOR校验。LED排队屏控制卡PD101A双色使用说明和配置程序-vb serial port to send the hex with XOR parity. LED display control card PD101A color line instructions and configuration program
chuankoutongxin
- 通过三线制制作一条串口通信线(PC-PC),并编程实现两台PC间通过RS-232C通信。要求两机能进行实时的字符通信。-Produced by a three-wire serial communication line (PC-PC), and programming between the two PC through the RS-232C communication. Asked the two characters in real-time communication function
com
- 1、用RS-232C的零MODEM的连接法连好两机的连线; 2、用DEBUG的O命令将一数发送到串行口(2F8H/3F8H),然后在另一台机上用 I命令读入串行口的内容。如果发送的的内容与接受的内容一直,说明两机已经连好线,否则必须检查连线,直到两机可通讯为止; 3、编一程序,将一台机的键盘输入的键值通过RS-232C口送到另一台机,并在CRT上显示键值; 4、编一程序,通过RS-232C口进行一台机到另一台机的文件复制。 -1, with RS-232C connection
Multi-point_temperature__PC(CODE)
- 多点温度采集上位机程序(原程序),这是配合这是配套本人上传的“多点温度采集系统”的上位机程序,一整套的东西,通这RS232接收下位机传来的数据,显示和画走势图,还可以控制下位机,通信协议在“Multi-point_temperature _system.rar”-Multi-point temperature of PC acquisition procedures (the original program), which is in line with this is the package
K-line-communication-description_V3-0(1).pdf
- There are two primary ISO documents that describe how to perform OBD communications on K- line between a “tester” and a “vehicle”. There are actually several ISO and SAE documents, but these two are the main ones that describe all aspects of the