搜索资源列表
bioscom
- 上位机(386以上PC机)的所有程序是在BORLAND C++环境下编译的,因此串行通信程序可以直接应用I/O通信库函数bioscom(),该函数在由port指定的I/O端口上执行RS-232通信操作。通信前,根据与8098单片机的通信协议,设定通信的串行端口、数据位数、停止位数、波特率,由于上位机时钟为12MHz,所以对应的波特率应设置为4800。下面给出上位机串行通信的部分程序:
rtdir.rar
- arm9(s3c2410)下的串口通信测试代码,收到一个数据后,发送该数据。,The source for uart at linux for arm9(s3c2410).
uart1
- 基于嵌入式linux,访问串口通信的代码,实现对串口数据的发送以及接收-Based on embedded linux, access to serial port communication code, to realize the sending and receiving serial data
serial
- 本实验是一个串口通信实验。程序通过函数set_speed设置串口通信速率,通过函数set_Parity设置串口数据位,停止位和效验位,通过函数OpenDev打开串口。实验者可以在主机键盘输入字符串,程序对接收到的字符串计算字符串长度,发往串口,并将该字符串也发往串口。 开发环境: 创维特CVTs3c2410 Redhat9.0-This experiment is a serial communication experiment. Procedures set by serial
daima
- 实现开发板上与串口进行通信,可以在串口上一次性接收比较大的数据量-To achieve the development board to communicate with the serial port, one serial port can be relatively large amount of data received
Transform-station
- linux下UDP串口通信程序,串口接收下位机传的数据,然后通过UDP转发给服务器。-UDP and serial port programs with linux,receive the data from serial port and transmit it to server by UDP socket
linux-tty_GPRS
- linux系统下的串口编程,驱动SIM300 GPRS通信的程序。包括串口通信,串口中断,GPRS无线通信数据的接收与发送源代码。-linux gprs
xiaoxuehui.tar
- 该代码是基于QT的串口通信. 该串口通信可以设这波特率,数据位等一些设置. 主要是用于嵌入式方面的串口通信协议.-The code is based on the QT serial communication of the serial communication can set some settings for baud rate, data bits. Mainly for embedded serial communication protocol.
com_reader
- 串口通信接收数据源码,是在Linux环境下接收串口的数据,并打印出来-Serial communication to send data source
GPS
- GPS/BD串口通信程序 linux下GPS/BD模块与arm开发板通信,显示解析定位数据-GPS/BD serial communication program under linux GPS/BD module with arm development board communication, display positioning data parsing
linux-tty_GPRS
- linux系统下的串口编程,驱动SIM300 GPRS通信的程序。包括串口通信,串口中断,GPRS无线通信数据的接收与发送源代码。-linux gprs
modbus
- modbus rtu串口通信程序,用于openwrt通过串口查询数据。- modbus rtu serial communication program for openwrt query data through the serial port.
readtempertrue
- 能够读取温度数据,,使用Modbus协议,对串口通信的初学者有很好的借鉴意义-Able to read the temperature data, and by using Modbus protocol serial communication for beginners have a good reference
dai_ma
- 在A8上建立服务器,利用QT建立客户端,两者通过TCP/IP协议进行通讯。STM32通过BMP180、BH1750传感器获得温度,大气压强,光强等参数。通过串口通信将这些参数传给服务器,服务器通过数据分析判断是否通过蜂鸣器进行报警。同时将这些参数传给客户端用来实时显示。客户端可以控制服务器报警程序的开始和停止。注:A8上运行linux系统!!!(Set up the server on A8 and use QT to set up the client, which communicates
基于STM32的串口通信下载软件
- 一款适用于ARM的串口通信下载软件,可以调整波特率等参数,并支持查看收发数据。