搜索资源列表
PortBridge
- windows下串口转接程序,想当于PC机相当与一个串口桥,可以截获串口双方通信数据
chuankoutongxin
- 串口通信,用QT做一个上位机,实现向下位机发送数据。-serial communication
Serial
- Linux下串口通信程序,打开串口,发送与接收数据-Linux serial
emb-linux-Serial
- 针对嵌入式Linux操作系统的特点,分析在该系统下串行通信口编程控制的方法,总结程序 设计的步骤; 在嵌入式Linux 系统上, 编写控制程序, 成功地实现嵌入式系统与微机系统 间的数据交换。 串口编程 嵌入式Linux Linux 内核-For embedded Linux operating system features, analysis of the system of serial communication port programming under control,
QtComAssist
- 用QT编写的控制台,用于和串口通信,功能是关闭,打开串口和接收发送数据-Written with QT console, for, and serial communication function is off, open the serial port to send and receive data
qtCommSrc
- qt开发的windows串口通信程序,具有设置串口的各项属性,以及显示收到的数据等功能-qt development windows serial communication program, has set the serial port of the properties, and display the data received and other functions
PCPLC
- VB,pc与plc的串口通信,实现数据的接收-VB, pc and plc serial communication, the reception of data
serials
- linux环境下实现两路串口的使用,并创建进程实现两路串口数据通信-linux environment to achieve the use of two serial ports, and create a process to achieve two-way serial data communication
myLinuxSerialportTools
- 1:支持串口数据16进制格式收发。 2:支持9以上的串口通信。 3:支持自动收发保存数据。 4:自由控制数据显示。 5:实时显示收发数据字节大小以及串口状态。 6:智能清空缓冲数据。 7:采用polling模式,以便移植到linux。 8:全中文对话框。 9:数据收发精准,增加延时处理。 10:支持短信猫调试,智能识别回车符。 11:界面清爽,布局人性化。 -1: Support for sending and receiving serial dat
forkandcom
- linux系统下的多进程编程加共享内存操作代码,主要应用多进程,和共享内存操作,一个主进程和两个子进程,两个子进程之间数据的传递,控制,一个子进程负责与串口的通信,一个负责记录和保存-Multi process programming under Linux system with shared memory operation code, the main application of multiple processes, and the shared memory operation, a
API-com
- 串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit) 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)。串行通信一般可以分为同步和异步两种操作方式。所谓同步方式是指在串口的接收缓冲区中读取规定数目的数据,直到规定数目的数据全部被读出或设定的超时时间已到才返回。如果规定的待读取数据量大且设定的超时时间
uart
- uart 串口驱动。串口数据传输是以串行方式进行的。串口在数据通信中吗,一次只能传输一个比特的数据。-uart drivers
PC-comnunication
- vb与串口的通信程序,能实现vb读取窗口的数据,也能发送数据,-vb with serial communication program, to achieve vb read data window can send data,
PortCMotor
- 基于MFC串口通信的步进电机控制程序,是大二时写的,里面涉及到多个控件的使用方法,具体控件有按钮,标签,滑动条,切换按钮,以及定时器的使用,还有串口数据解析与Hex进制转换。对MFC串口使用者有很大实用价值-Stepper motor control program MFC based serial communication, is a sophomore writing, which involves the use of multiple controls, in particular c
sportview
- 程序源代码:主要功能收发串口数据,并在界面上显示;涉及到界面设计、串口检测、串口数据收发,定时器的应用等。(Program source code: the main function to send and receive serial data, and displayed on the interface, involving interface design, serial detection, serial data transceiver, timer applications.)
pygame.tar
- 树莓派的串口代码库可以实现串口数据通信读写(Raspberry Serial lib)
STM32F1蓝牙通信
- 通过蓝牙实现手机与串口数据互传,可实现数据双向传递(The two-way transmission of data between mobile phone and serial port can be realized through Bluetooth, and the two-way transmission of data can be realized)
Serial_com
- 在linux qt 上用串口进行的数据发送接受通信,一个简单的实例,方便简易懂(Sending and receiving data by serial port on Linux QT, a simple example, easy to understand and easy to understand)
7933348
- 这个源代码主要是讲串口通信的,是串口数据传输的例子()
串口通信
- QNX下的串口通信,在实际的机器上测试了一下,发现可以连续的发送数据。(Serial communication under QNX)