搜索资源列表
串口通信控件ApexComm
- 提供串口通讯参数设置接口,控制方式设置接口,传递和接收数据手段控件是在VC++6.0下开发的-provide serial communication interface parameter setting and control settings interface, transmit and receive data means control of the VC 6.0 development
232_how
- 在vb.net 中如何使用计算机的串口,参数设置,打开,关闭-in vb.net how to use the computer serial port, parameter setting, opening, closing
SerialPort
- 提供了一个通用的串口类,完成串口的参数设置,输入输出等。-Provides a common serial port class to complete the serial port parameter settings, input and output.
Analogmeter
- 模拟电表软件,主要模拟电表数据、遥测数据、参数修改、报文显示、可以模拟2个电表(可以自行修改增加),最终通过RS232转485输出-Analog meter software, the main analog meter data, telemetry data, parameter modification, message displays, you can simulate two meters (which can be modified to increase its own), th
Project1.vbp
- 实时数据采集与控制系统可以通过串口通讯方式与下位机进行通讯,控制实验操作,参数设置和试验数据采集和保存。-Real-time data acquisition and control system of communication through the serial port to communicate with the next crew, control experimental operation, parameter setting and test data collection
UART_51
- 串口设置:包括初始化及应用;串口调试方面直接能用上-// This sample uses the UART to communicate with a PC. Therefore it sets up the internal // Baud Rate Generator (BRG). The LPC900 receives a command ( S ), sent by the PC and // sends out a response, which can be display
chuankoutongxin
- 串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其
usb_can
- USB转CAN适配器主程序 很实用,方便 但需要进行具体参数设置-USB to CAN adapter main program is very useful, but to facilitate the need for a specific parameter setting
Serialport
- C#语言实现单片机与PC机的串口通讯,用API函数编写,已经实现数据的接收功能。可以实现串口参数的设置,功能齐全。-C# language implementation SCM and PC,serial communications, using API functions written in the data reception has been achieved. Serial port parameter settings can be achieved,full featured.
SerialApp
- 采用C++语言编写,可以实现两台电脑之间的通讯。文件传输,信息发送功能。首先进行串口参数设置。再实现通讯。-Using C++ language, you can realize the communication between two computers. File transfer, messaging capabilities. First of all serial port parameter settings. Re-implementation communication.
rfid_vc
- /Initial COM m_ctrlComm.SetCommPort(1) //选择com1 m_ctrlComm.SetSettings("9600,n,8,1") //通信参数设置 波特率9600,无校验,8个数据位,1个停止位 m_ctrlComm.SetInBufferSize(1024) //指定接收缓冲区大小 m_ctrlComm.SetRThreshold(1) //参数1表示每当串口接收缓冲区中有多于或等于1个字符时将引发一个接收数据的OnComm事件
VBUsartSet
- 通过计算机串口与目标机器通讯,传输数据,进行数据查询与参数设置,简单、易懂、实用。-With the target machine through the computer serial port communication, data transmission, data retrieval and parameter settings, simple, understandable and practical.
SCommTest
- RS232串口编程,可实现参数设定,欢迎下载-RS232 serial port programming, parameter setting can be achieved
VC
- DWORD ReadIntervalTimeout 两字符之间最大的延时。当读取串口数据时,超过该时间,将返回现有的数据。为0参数不起作用-DWORD ReadIntervalTimeout the largest delay between the two characters. When reading the serial data over the time, will return the existing data. 0 parameter does not work
cPP
- C++串口通讯,源码函数完成了串口的打开,读写操作。有详细的函数、参数说明。-C++ serial communication, serial port complete source function to open, read and write operations. Detailed function of the parameter.
serial
- 串口调试VB界面,设置参数,发送和接受数据,简单的界面,调试串口-Serial debug VB interface, parameter setting, send and receive data, simple interface, serial debugging
modbus
- modbus 通讯测试,包括详细的代码,参数设置和跟踪通讯过程。-modbus communication tests, including a detailed code, parameter settings and track the communication process.
VCCOMM
- 对RS-232-C串行端口进行参数配置是使用串口进行通讯的必要条件。而且由于场合不同、用途、功能的不同对串口也采取不同的配置方式,为了使本程序更灵活,适应面更广,采取将所有的可能参数都预先设置在几个组合框中,可以在程序运行后随时更改设置-On the RS-232-C serial port for parameter configuration is to use the serial port to communicate the necessary conditions. And beca
async_transmitter
- 使用Verilog编写串口发送16bits,内含补码运算;参数化编写。-verilog uart 16bits transmitter two s complement parameter code
SComm-Test
- 串口通讯:包含串口参数设置、串口数据接收处理及显示,串口数据发送-Serial Communications: Includes serial parameter settings, serial data reception processing and display, serial data transmission
