搜索资源列表
-
0下载:
设计目的:对PC机的8250串行通讯接口(COM1、COM2)进行接口编程,通过使用RS232标准的串行通信线实现两机间的串行通信
基本是求:实现两机间远程键盘(字符即时传送)功能和普通文本的复制(文本传送)功能
高级要求:1、使用中断实现两机间的通信;2、能够传送计算机上一般的二进制文件;3、传送速度达到38Kbps以上。-designed : PC 8250 serial communication interface (COM1, COM2) interface programmi
-
-
0下载:
虚拟终端程序,可以将键盘输入传送到串口,再显示在屏幕,Virtual terminal program, keyboard input can be sent to the serial port, and then displayed on the screen
-
-
0下载:
1、用RS-232C的零MODEM的连接法连好两机的连线;
2、用DEBUG的O命令将一数发送到串行口(2F8H/3F8H),然后在另一台机上用 I命令读入串行口的内容。如果发送的的内容与接受的内容一直,说明两机已经连好线,否则必须检查连线,直到两机可通讯为止;
3、编一程序,将一台机的键盘输入的键值通过RS-232C口送到另一台机,并在CRT上显示键值;
4、编一程序,通过RS-232C口进行一台机到另一台机的文件复制。
-1, with RS-232C connection
-
-
0下载:
一个简单的小游戏,基本功能:
1、不停的在手机屏幕随机位置上产生序号为1-9的一个圆,在圆中标有序号。
2、按键盘上的数字键,如果该数字键与某圆的序号相同,则该圆消失,然后继续以上步骤
3、圆消失一次,分数增加,增加的分数为圆中的数字
4、如果数字键与圆的序号不相同,或者分数加了10次后,显示结束画面-A simple game, the basic functions: 1, non-stop mobile phone screen in random locations to
-
-
0下载:
基于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
-
-
0下载:
A simple application to redirect a RS-232 barcode reader data to the keyboard
-
-
0下载:
CY7C63722/23
CY7C63742/43
enCoRe™ USB
Combination Low-Speed USB & PS/2
Peripheral Controller-Designing A Low Cost USB-PS/2 Combination Interface Mouse
with the Cypress Semiconductor CY7C63723 enCoRe USB
Microcontroller
Intr
-
-
0下载:
串口通讯实验:
本实验得到的结果为,打开超级终端,设置波特率为115200,数据流控制位为无。运行系统,就会显示“UART & Interrupt Experiment,Please Input from the keyboard”,我们就可以通过写串口操作。
在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。
注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。 -Ser
-
-
0下载:
既昨天的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
-
-
0下载:
mfc编写实现串口通信。掌握计算机通信标准接口RS-232C的使用方法,构建两台微机直连的双机通信系统,实现双机键盘通信和文件传输。-mfc write serial communication. Master computer interface, RS-232C communication standard to use to build two computer directly connected to the two-machine communication system, impl
-
-
0下载:
用VC++6.0编写的串口助手兼串口键盘程序,多功能实现-Written with VC++6.0 the serial Assistant Chief the serial keyboard program, to achieve multi-functional
-
-
0下载:
平台ATmega16
编程软件CodeVisionAV
实现功能:单片机与PC机(电脑)之间的串口通信。具体就是单片机最小系统上的AD键盘按键按下后发送键值到串口助手上显示,串口助手发送一串字符到最小系统上的lcd1602显示。
-The platform ATmega16 programming software CodeVisionAV function: serial communication between the MCU and PC (computer). Specif
-
-
1下载:
计算机与单片机通信。结合了银行使用的密码输入键盘,介绍如何使用单片机控制键盘设备与计算机串行通信-Communication between computer and single chip microcomputer. Combined with the password input keyboard used by banks, describes how to use microcontroller serial communication with the computer keyboa
-
-
0下载:
串口虚拟键盘,通过串口接收单片机数据,然后根据串口接收的数据来操作虚拟键盘-A serial port virtual keyboard, receive the single-chip microcomputer data via a serial port, and then according to the serial port the received data to operate the virtual keyboard
-