搜索资源列表
用c语言编写串口程序
- 用c语言编写串口程序 在当今,流行的编程软件种类繁多,它们编程方便、易于维护,但是在与硬 件直接打交道和编制系统软件时却束手无策,于是C语言就有了用武之地。C语言 作为汇编语言与高级语言之间的一种过渡语言,兼有汇编语言的高效和高级语言 的方便。 在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和 状态信息。这是因为通讯的各个计算机CPU速度不一样(这会导致“错帧”)以 及发送机发送数据速度比接收机接收速度快(这会导致“过冲”)。为解决这个 问
communicationfunctiontesting
- 该程序的功能是利用BIOS的INT 14H号功能调用,将指定的数据从串行口发送出去。在发送过程中,程序不断检测通信线路状态,只有在“发送保持寄存器空”的情况下才发送下一个字符。 整个程序有主函数MAIN()及三个函数SEND(),INIT(),LINETEST()组成。MAIN()是程序的入口并控制数据的发送;INIT()函数提供对串行异步通信的初始化;SEND()函数将指定数据逐一发送出去;LINETEST()函数用于在发送数据前检测通信线路状态。 利用BIOS 功能调用进行串行异步
COMM-TEST
- 网络协议层的串口编写:实现在各网络层的抽象及对串口行进接受和传递数据,还有图形界面的封装
GPSseverdata
- 能将接受的gps数据转出经纬度,串口可调,能读取gps数据到数据库,并调用回来,在窗口中读取-Can accept the latitude and longitude gps data transfer, serial adjustable, can read the gps data to the database, and call back, in the window reads
Form1
- 用C#编写的串口通信程序,能自动扫描当前PC机有那几个端口有用,能接受和发送数据。程序简单,易懂-Written with C# serial communication program can automatically scan the current PC, there are several ports that useful, to receive and send data. Process simple, easy to understand
serialtext-forGPS
- 一个接受串口数据的GPGGA串口解析器,其他报文类似这个-One serial data the GPGGA serial parser, similar to the other messages this
xiaocu
- 可以接受串口数据,使用串口调试工具调试。-Can accept serial data, use serial debugging tools to debug
comrecvie
- 串口一个基本的串口程序,c#是个程序波特率选择 打开 关闭 接受数据显示-comc#Source c# \ serial communication with SerialPort and hair
C-Sharp
- 一个通过串口接受单片机数据并保存到本地路径的上位机界面-Accepts data through the serial port of a microcontroller and save it to a local path PC interface
vchuaboxing(www.greenxf.com)
- 串口接受和发送数据,而且能够实时显示波形,并能在原有基础上修改。-A serial port receiving and sending data, but also can real-time display waveform, and based on the original modification.
SerialComTest
- 通过C#编程,可以自动获取串口,之后通过CRC校验,之后进行对数据进行ASCII或者HEX码进行转换,从而实现了所需发送或接受的数据类型。-By C# programming, you can automatically get the serial, followed by the CRC, followed by the data in ASCII or HEX code conversion, in order to achieve the desired type of data sen
SerialPortConnection-master
- C#平台上的串口,可以接受数据和发送数据,新手可以拿来用的,新手的福利!-Serial C# platform, can receive data and send data, the novice can make use of them, the novice welfare!
jinzhizhuanhuan
- 10进制转16进制,16进制转10进制,转2进制,串口发送数据并接受返回-10 hex to 16 hex, 16 to 10 hex, to 2 hex, serial port to send data and receive return
串口应用
- C#编写采用NPOI构架,将接受的数据存入excel表格,每秒采集一次数据。(C # uses npoi framework, stores the received data in Excel, and collects data once a second.)