搜索资源列表
serial int86
- Borland C 3.1的串口编程源代码,中断方式接收,键盘按键发送。 可运行于DOS,windows98,Windows2-Borland C 3.1 Serial programming source code, interrupt receiving, sending keyboard keys. Can run on DOS, Linux, Windows
cuankoutongxin
- 简单的串口通信程序!通过按键来实验是否将主机中相应缓冲区中的内容传送给从机!主机状态改变,按键传输时,从机状态也将改变!
UART
- 实现PC机上串口助手与单片机直间的通信 单片机上按键串口助手上显示相应的字母-Implementation on PC-MCU serial assistants and direct communication between
common
- 升级前需要安装DL串口驱动:PL-2303 Driver Installer.exe(假如以前已经安装过驱动,可以跳过此项) 插入DL数据线,确定可以连接上电脑!(请注意DL线电源线不要短路,手机没有电时升级请外接4.2V的外置电源) 请确定手机在电量足够的情况下升级。 1,解压common.rar文件,打文件夹中的MultiPortFlashDownloadProject.exe文件 2,配
Programchuangkou
- 基于8051通过串口测试4*4矩阵键盘,通过键盘按键发送A-F字符到串口调试助手。本程序可通过加LCD1602接受串口发送过来的数据。-Based on 8051 through the serial port test 4* 4 matrix keyboard, the keyboard keys send characters to the serial debug AF assistant. This program can be sent by Canada LCD1602 receiv
7
- 既昨天的430串口程序后又添加了几个程序模块。3*4的矩阵键盘扫描以及通过锁存器IO口复用来驱动数码管。功能是这样:先对按键进行消抖,然后判断键值通过数码管显示通过串口发送出去。-Both procedures after yesterday' s 430 serial port to add a few program modules. 3* 4 matrix keyboard scanning and recovery through the latch to drive the di
FS2410_APP
- 优龙FS2410开发板(ARM920T核)非操作系统下的外围硬件测试程序,包括音频、LCD、LED、蜂鸣器、按键、串口、网口、USB等测试程序。-EURONAVY FS2410 Development Board (ARM920T core) non-peripheral hardware, operating system testing procedures, including audio, LCD, LED, buzzer, keypad, serial port, network po
ISTeminal
- VC++ 开发的。一个串口开发的小程序,实现按键控制机器。-RS232 communication program.
MC81F4316
- 韩国现代单片机MC81F4316 用于测试 豆浆机,按键处理,模拟串口数据采集-Hyundai SCM MC81F4316 for testing soybean milk machine, keys, analog serial data acquisition
P_salve.c
- 电容感应按键,(TWO KEY)检测程序,串口通信和CRC校验。-Capacitive sensing buttons, (TWO KEY) testing procedures, serial communications, and CRC check.
the-source-code-of-electronic-scale
- (1)初始化定时器与中断控制寄存器,初始化液晶显示器,设置串口通信波特率。 (2)启动双积分AD转换过程,循环读取反向积分的计数值N,根据式3-7算出反向积分的计时值T2,换算出荷载重量值,送LCD显示。 (3)每次换算出荷载重量值后,判断荷载是否超量程,如果超过系统量程2kg,则启动蜂鸣器报警。当荷载卸载至2kg以下后,解除报警。 (4)如果有校准按键被按下,则响应外部中断0并查询按键编号,执行相应校准程序。 (5)如果上位机软件STP_ISP发送了在线控制命令,则响应串口中断
electronic-scale
- (1)初始化定时器与中断控制寄存器,初始化液晶显示器,设置串口通信波特率。 (2)启动双积分AD转换过程,循环读取反向积分的计数值N,根据式3-7算出反向积分的计时值T2,换算出荷载重量值,送LCD显示。 (3)每次换算出荷载重量值后,判断荷载是否超量程,如果超过系统量程2kg,则启动蜂鸣器报警。当荷载卸载至2kg以下后,解除报警。 (4)如果有校准按键被按下,则响应外部中断0并查询按键编号,执行相应校准程序。 (5)如果上位机软件STP_ISP发送了在线控制命令,则响应串口中断
VCP_RS_422
- 基于VC的串口通信,按键识别的下位机程序。-Key identification, under the crew of the serial communication program
examples-mini6410-20110104
- examples-mini6410-20101110.tgz Linux编程示例,包含串口编程,PWM, LED, 按键,线程,网络等 -the the examples-mini6410-20101110.tgz Linux programming examples, including the serial programming, PWM, LED, buttons, threads, network, etc.
zyc2
- 平台ATmega16 编程软件CodeVisionAV 实现功能:单片机与PC机(电脑)之间的串口通信。具体就是单片机最小系统上的AD键盘按键按下后发送键值到串口助手上显示,串口助手发送一串字符到最小系统上的lcd1602显示。 -The platform ATmega16 programming software CodeVisionAV function: serial communication between the MCU and PC (computer). Specif
PCserial-communication
- 设计一个与PC串口通信的实验系统,当在PC机上输入十进制数时,可在实验板上显示相应的十六进制数字,而在实验板上按下独立按键A时,在PC机上也可以显示其对应的管脚数56。-Design an experiment with the PC serial communication system, when the PC input decimal number, you can experiment on-board display the corresponding hexadecimal num
SourceCode
- 实现自定义的USB编程。启用了D12的端 点1和端点2,端点1为中断传输,最大包为16字节,查询间隔为10ms。端点2为批量 传输,最大包为64字节。端点1的输出第一个字节为控制END USB板上的LED的,每个 bit代表一个LED,为1时表示对应的LED亮。端点1的输入第一个字节为返回的开关 状态,每个bit代表一个按键,为时表示对应的按键按下。输出端点2的数据通过串 口发送出去,串口接收到的数据通过端点2返回。-Implement custom USB programm
duquyouxishoubinganjian
- 该程序为读取游戏手柄按键的源程序,在vc环境下进行编译,可以对串口实现读写的操作。- The program reads the gamepad buttons to the source, vc environment compile, can read and write operations on the serial port.
UART_TX
- FPGA串口发送测试程序,包含按键模块,串口发送模块,和串口模块的testbench文件-FPGA serial port test program, including testbench file button module, serial sending module, and the module' s serial
按键读数
- 工控自动化,仪表读数,数据存储。数据监控,信息回馈监督。(Industrial automation, instrument readings, data storage.)