搜索资源列表
串口通信Delphi实现
- 第一步:了解串口通信原理 串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。 典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发
Uart.rar
- UART串口程序,设置波特率和停止位、奇偶校验位等等,使能串口,数据进行发送与接收,再进行显示。,UART serial procedures, set the baud rate and stop bits, parity bit and so on, so that serial port, send and receive data, and then display.
rs232_receiver
- RS232接收程序 无奇偶校验位 并行输出8位数据与data_ready数据准备好信号-RS232 receive procedures without parity 8-bit parallel output data and data ready signal data_ready
chuankoushoufashezhi
- 串口收发设置实例.1.奇偶校验选择的comboBox的Items 排列顺序对应的是 Parity枚举中的顺序。 成员名称 说明 None 不发生奇偶校验检查。 Odd 设置奇偶校验位,使位数等于奇数。 Even 设置奇偶校验位,使位数等于偶数。 Mark 将奇偶校验位保留为 1。 Space 将奇偶校验位保留为 0。 2.同样 停止位ComboBox的Items的排列顺序对应的时StopBits枚举中的顺序。 成员名称 说明 None
serial
- 该串口调试助手,可选择波特率,校验位等,可以实现定时发送和接收,方便下位机与上位机的通信-The serial debug assistants can choose the baud rate, parity bit and so on, can send and receive from time to time to facilitate the next-bit machine and host computer communication
uart_module
- 实现精简的uart串口,格式起始位+8bit数据位+可配置的奇偶校验位+停止位-implement a smart UART interface
comdebug
- 串口调试助手,很实用的调试工具,可以设置波特率,校验位等-Serial debugging assistant, a very useful debugging tool, you can set the baud rate, parity, etc.
Commix
- 非常好的串口调试工具,提供了很好的功能,比如设置波特率,停止位,校验位-A very good serial debugging tools provide a good feature, such as setting the baud rate, stop bits, parity bit, etc.
GPSCOMPORTnew
- 串口通讯,可以自定义串口,波特率,数据位,停止位,校验位,实时监控串口内容进行读取,并根据数据包的不同进行显示。-Serial communication, you can customize the serial port, baud rate, data bits, stop bits, parity bit, real-time monitoring of serial port to read the content and, based on different data packet
BCCcomputer
- 在串口通信中经常使用到的一种校验位计算方法:即BCC校验位的计算。本软件把算法通过代码的形式写入,你只要输入数据,即可计算出数据的BCC校验位是多少。-Often used in serial communication to a check digit calculation method: the BCC check digit calculation. The software code in the form of the algorithm is written, you can en
OK
- SDI—12协议解析,通过该程序可以解析SDI-12命令,通过RS232串口,波特率1200bps,数据格式7BIT数据位1bit校验位-SDI-12 protocol analysis, the program can be resolved through the SDI-12 commands through the RS232 serial port, baud rate of 1200bps, data format 7BIT data bits parity bit 1bit
Check-code
- 利用C#,对串口通信中的校验位进行程序编写。-Using c#, the parity of serial communication programs to write
UART
- FPGA实时监测RS232_RX信号是否有数据,若接收到数据,则把接收到的数据通过RS232_TX发送回对方。上位机使用的软件是串口调试助手(多模式课程网站下载)。在代码设计中,数据的波特率是可选的,可以根据需要进行配置,如9600bps,19200bps,38400bps,57600bps或115200bps。发送的数据帧格式为:1位起始位(保持一个传输位周期的低电平),8位数据,无校验位,1位停止位。-The FPGA real monitoring RS232_RX signal whet
uart
- 串口接口的配置,包括波特率,奇偶校验位,停止位,数据位,等方面的设置-Settings in the configuration of the serial interface, baud rate, parity bit, stop bits, data bits, etc.
serial_communication_assistant
- matlab GUI编写的串口通信助手,通过一定的串口链接实现PC机之间的串口通信,包括数据的接收和发送。波特率,校验位个数,进制显示,发送周期可以进行设置。-matlab GUI written in serial communication assistant, through certain serial link between the PC serial communication, including receiving and sending of data. The baud r
chuankou
- 单片机串口上位机程序源码,可以选择串口号,波特率,校验位,停止位,具有接受发送功能-Microcontroller serial host computer program source code, you can select the serial number, baud rate, parity, stop bits, and has accepted the sending function
commassist
- 基于mfc的串口读写程序,可以设置数据位,停止位,波特率,校验位等对于学习者很有帮助-Mfc serial-based literacy program, you can set the data bits, stop bits, baud rate, parity and so helpful for learners
CZ-HC05
- 1、PIO11 置高。 2、上电,模块进入AT 命令响应状态。 3、超级终端或其他串口工具,设置波特率38400,数据位8 位,停止位1 位,无校验位, 无流控制。 4、串口发送字符“AT+ROLE=1\r\n”,成功返回“OK\r\n”,其中\r\n 为回车换行。 5、PIO 置低,重新上电,模块为主模块,自动搜索从模块,建立连接。- bluetooth Welcome to the Q1 user manual. If you are looking for help
Serial_communication_data
- 串口通讯数据用示波器显示出来读取,起始位,校验位,通讯数据示波器直观显示出来-Serial communication data read by oscilloscope display, start bit, parity, data communications oscilloscope intuitive display
奇偶校验
- 输入8比特失量,输出其奇校验及偶校验位 分别用信号和变量来做,看看结果有什么不同(Input 8 bit loss, output its odd check and parity bit Do it with signals and variables, and see how the results are different)