RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and interrupt driven for efficiency. 3. Serial ports 1 - 4 are supported on PC, AT and PS/2 compatibles.Chained interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models.
标签: functionality provide written employ
上传时间: 2016-08-24
上传用户:小眼睛LSL
一被控对象 ,给定为阶跃给定,幅值为500,设计一个两维模糊PI型控制器,输入语言变量和输出语言变量均取7个值{NB,NM,NS,ZE,PS,PM,PB},模糊论域为{-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6},用matlab编程仿真研究。
标签: 对象
上传时间: 2013-12-16
上传用户:大融融rr
canon SDK 开发包,PS-ReC SDK 1.1.0d为最新版本,支持canon PowerShot 系列数码相机。支持相机的远程控制,照片拍摄及下载。
上传时间: 2014-01-19
上传用户:qilin
键盘开发源码,通过PS/2键盘用于对单片机的操作,其中包括了单片机的程序代码等等。
上传时间: 2014-01-05
上传用户:磊子226
EVC 4.0 下开发的WinCE 简单的键盘测试程序,能够在WinCE模拟器上和ARM等架构的嵌入式目标板上测试USB键盘和PS/2键盘的绝大部分按键。
上传时间: 2016-10-31
上传用户:dyctj
模拟实现一个迷你小内核,可以完成linux内核内部的如ls,PS等系统命令
上传时间: 2014-01-06
上传用户:磊子226
集成了图的最小生成树,穷举密码算法,十字链表,约瑟夫环,八皇后问题,树的遍历等等很好的源码,吐血奉献。 PS:这么多东东,站长能不能多加点分,谢哈。
上传时间: 2016-11-26
上传用户:13160677563
void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式,打开接收允许 TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1 TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ) TR1 =1 //启动定时器T1 ET1 =0 ES=1 //允许串行口中断 PS=1 //设计串行口中断优先级 EA =1 //单片机中断允许 }
上传时间: 2014-08-30
上传用户:彭玖华
这是一个用c编的程序,程序用于52单片机驱动电脑键盘, 是PS/2接口,用串口发送按键值,可用串口调试助手调试,本程序已经调试通过,用的kell编译的。
标签: 程序
上传时间: 2014-01-18
上传用户:himbly
深圳远峰YF-DVK-PXA255开发板的ADS工程demo. 1.在AXD的console打印"Serial_init()"字符串; 2.通过串口打印"yf255_bootloader"字符串,串口设置115200-8-1。 PS: yf255_sdram_init.txt为CPU的初始化脚本,运行后可将SDRAM初始化。
标签: Serial_init YF-DVK-PXA bootloader 255
上传时间: 2016-12-15
上传用户:aysyzxzm