搜索资源列表
Verilog_PS2_RS232
- 实现PS/2接口与RS-232接口的数据传输, PS/2键盘上按下按键,可以通过RS-232自动传送到主机的串口调试终端上,并在数据接收区显示接收到的字符。 串口调试终端的设置:波特率115200,一个停止位,无校验位。 -The realization of PS/2 interface with RS-232 data interface, PS/2 keyboard to press the button, through RS-232 automatic transmissi
89LV51sourcecode
- 基于NRF24L01的51开发板源程序,功能如下:按下开发板的按键,对应的LED灯将点亮,同时另外一块开发板将接收到的键值数据通过串口发 送到PC并在串口调试工具上实时显示。 -Based on the 51 development board NRF24L01 source, function is as follows: press the key development board, the corresponding LED lights will be lit at the sam
PS2Decoding
- ps2解码,通过串口发送到上位机,可以直观的看到PS2键盘的按键码。-ps2 decoding, sent to the host computer via serial port, you can see the PS2 keyboard and intuitive buttons yards.
c
- 基于STC8951的直流稳压电源的设计程序,通过RS232串口将程序下载到51单片机上,通过控制按键来实现输出稳定直流电压的目的。-STC8951-based DC regulated power supply design program, a program downloaded through the RS232 serial port to the microcontroller 51, through the control buttons to achieve stable DC o
Infrared-remote-control-actuator
- 红外线遥控执行机构,并用串口发回给电脑显示按键值-Infrared remote control actuator, the key value is sent back to the computer display and use the serial
anjian
- 按键控制时钟程序 4*3 串口通信 将 时间每秒传给电脑,电脑输入时间,传入单片机 基于 c51-Buttons to control the clock program 4* 3 times per second serial communication will pass computers, computer input time, incoming microcontroller based c51
c
- 实现51最小系统调试,包括流水灯,按键,喇叭,串口调试,中断程序。-Achieve 51 minimum system debugging, including water lights, buttons, speaker, serial debugging, the interrupt routine.
game-control
- 通过串口控制外部游戏控制器,实现双线操作,并能自动捕捉键盘按键-Through the serial port to control external game controller, dual operation, and can automatically capture keyboard keys
ZIGBEE
- 因为用现在这模块SerialApp没做成功,上电后按键没反应……两块无线龙小板子已经买来N年了. 自己想在SampleApp例子基础上修改实现串口透明传输: 串口调试助手1<————>模块1 <-----OTA-----> 模块2<————>串口调试助手2-Because now this module SerialApp not done successfully after power button did not respond .....
STM32
- stm32马灯-库函数操作 按键输入 串口实验-Lantern- library functions operate Key input Serial Experiments
111
- FPGA 实现全双工异步串口(UART),与PC 机通信。1 位起始位;8 位数据位;一个停止位;无校验位;波特率为2400、4800、9600、11520 任选或可变(可用按键控制波特率模式)-FPGA to achieve full-duplex asynchronous serial interface (UART), to communicate with the PC. A start bit 8 data bits one stop bit no parity bit 240
STM32-DAC
- 使用软件: keil5 硬件资源: 1,DS0(连接在PA8) 2,串口1(波特率:9600,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过GPIO驱动,连接关系见lcd.h) 4,按键KEY0(PC5)/KEY_UP(PA0,也称之为WK_UP) 5,DAC(STM32内部DAC通道1,通过PA4输出) 6,ADC(STM32内部ADC1_CH1,连接
kehshechenxu
- 编制一全双工UART电路,通过试验箱MAX202E转换成RS232电平,与计算机进行通讯实验,设置8个按键,按键值为ASIC码“1”~“8”,通过串口发送给计算机,在计算机上显示键值,同时在数码管最高位显示;计算机可发送“0”~“F”的ASIC码,FPGA接收后在数码管低位显示0~F。通过按键可设置波特率。 要求:波特率为三种 1200、2400、9600,由1个按键选择,3个LED分别指示; 数据格式为1位起始位、8位数据位和一位停止位; 上位计算机发送接收软件可使用
中阀值法_V值预测_锁场纠正
- GUI窗口,串口通讯控制下位机,使用了串口插件,局域网写文件通讯,因其功能较弱,曲线方式通过写共享文件来通讯(GUI window, serial communication control of the next machine, the use of serial plug-ins, LAN write file communication, because of its weak function, curve way by writing a shared file to communi
检测矩阵键盘,将按下的键值打印到串口助
- 利用stm32f407芯片实现串口助手打印矩阵键盘的按键值(Use serial assistant print matrix keyboard key value)
keyboard
- STM32实现读旋转编码器值,读外部按键,并串口发送(stm32 GPIO button program)
探索者 激光测距串口打印且液晶显示数据
- 在主函数中读取数据,提取到主函数中来,不需要按键(Read the data in the main function, extract it into the main function, and do not need the key)
单片机
- 单片机串口通信例子。 如:1.在code中设置两个一维无符号字符型数组,数组共有5个元素,每按键一次,将数组数据发送一次。若P3.4=0,发送第1个数组数据,否则发送第2个数组数据。 2.与“1”配对,接收发送方的数据,接收经偶校验正确的数据放在20H-24H单元,接收后根据P3口拨码开关的值显示20H-24H单元的内容。P3.7P3.6P3.5P3.4=0000、0001、0010、0011、0100分别显示20H、21H、22H、23H、24H的值。(An example of seri
Tx
- 利用verilog实现串口发送,每次按键一次发送一次数据,按键模块进行了消抖处理(Using Verilog to realize serial port sending. Each button sends one data at a time, and the key module performs buffeting processing.)
红外遥控键值
- 基于STM32的红外按键解码串口打印程序(STM32-based infrared key decoding serial printing program)