搜索资源列表
测量仪串口接收程序
- delphi7写的测量仪串口接收程序,使用comdrv32控件
单片机串口编程
- 单片机串口编程---包含串并转换电路驱程序,驱动光二极管闪动程序, 串口发送和接收程序!
serialconnection
- 这个程序实现的是接收字符,再把这个字符串口发送。 还要一个要注意的是波特率,而波特率附送的小程序算出 实验方法:打开串口调试程序(小工具目录里)选择您正确的串口号,波特率选9600, 然后发送一串字符,这一串字符就马上会被单片机回发到电脑-The program implementation is to receive characters, then this string I send. Also one should note that the baud rate, whi
serial_Simulation
- 单片机IO口模拟串口(接收+发送) 环境:STC单片机+KEIL2 使用单片机的IO口模拟串口。其中分别包含模拟串口接收数据和模拟串口发送数据两个测试程序。 另外,程序附加说明中对网上流传的一个不错的模拟串口代码提了一些改进建议,并说明了测试程序应用于实际工程需要注意的几个地方。-Simulation of Single-chip Serial IO port (receive+ send) Environment: STC Single-chip MCU+ KEIL2 use an
uart
- 一个很好的单片机串口接收程序,可以把收到的数据显示在LCD上面,-A good single-chip serial receiver, received data can be displayed on the LCD above,
RS232C_step-motor
- 本程序为MCU端程序,单片机根据串口接收到的不同字符,来实现启动/停止步进电机,改变其转向,转速等动作。-This procedure for the MCU-side procedures, single-chip serial port to receive in accordance with the different characters to achieve the start/stop stepping motor, to change its steering, speed an
485reader_test
- pic16f76芯片的485/串口测试程序。能够接收不等长的数据并且返回发送方。-pic16f76 chip 485/serial port test program. Able to receive the data-length returned to the sender and.
1602
- 该程序从串口接收数据,通过LCD显示数据。在LCD的第一行显示出来, 当数据过多时(超过16个字符),LCD第一行将会被覆盖。 该试验使用的晶振是11.0592,如果使用12M晶振,会出现串口接收 不正常的情况。原因是用12M晶振,波特率9600时的误差率达 8 -The program receives data from the serial port through the LCD display data. The first line in the
232send
- 8051的串口发送程序,有注释方便学习,接收程序另有下载-8051 serial port procedures, notes to facilitate learning, while receiving program download
串口回环测试
- 本程序是基于stm32f10x开发的源程序,用于对某个串口的接收和发送端进行检查,代码通用性较强,容易理解!
串口数据传输及插入数据库
- 其为测试程序,由串口调试助手发送数据,嵌入式ARM处理器接收数据并把数据插入SQlite3数据库。(ARM开发板为TQ2440)(For testing procedures, the serial debugging assistant sends data, the embedded ARM processor to receive data and insert data into the SQlite3 database. (ARM development board is TQ2440
IAP15F4K-串口通讯-和校验(中断方式)
- 使用单片机实验板,在Keil C开发环境中编写串口发送和接收程序。在串口发送和接收程序中编程增加校验位,使用逻辑分析仪捕捉单片机串口引脚发送和接收数据的波形,并与串口接收和发送的数据进行比较。(Using SCM experiment board, in the Keil C development environment to write serial send and receive program. In the serial sending and receiving program,
m432_uart_DB1.4
- msp432 串口发送 串口接收程序 可以试用(Msp432 serial port to send serial receive program)
urat接收程序
- uart串口接收程序,实现基于Rs232传输线的数据的接收。(UART serial receiving program to realize data receiving based on Rs232 transmission line.)
3:STM32_串口实验
- STM32F10x开发的串口应用程序,可进行发送和接收数据(STM32F10x developed a serial port application to send and receive data)
0第一次试验+串口
- 本程序实现51单片机的串口数据接收,和下位机通信的同时,进行下位机的控制。(micro processor of c51 to series controling.)
串口IAP实验
- 硬件资源: 1,DS0(连接在PF9) 2,串口1(波特率:460800,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS) 4,按键KEY0(PE4)/KEY1(PE3)/KEY2(PE2)/KEY_UP(PA0,也称之为WK_UP) 实验现象: 本实验开机的时候先显示提示信息,然后等待串口输入接收APP程序(无校验,一次性接收
stc89c52串口实验程序模板
- stc89c52串口实验程序模板,本实验将通过电脑的串口调试软件向stc89c51的p3.0,p3.1 串口发送数据,stc89c51再把接收到的数据发送回去,(STC89C52 serial experiment program template, this experiment will send data to STC89C51's P3.0, P3.1 serial port through the serial debugging software of the computer, a
单片机串口通信发送、接收C语言编程程序
- 单片机程序开发,常规的串口通信代码分析。(Single chip program development, regular serial communication code analysis)
串口接收程序
- 异步串口接收程序,主要功能是将异步串口转换成8位并口数据,数据格式为8位数据、1个停止位、1个停止位、无校验位,可以自行设置波特率。