-
需要控制320*240的lcd的朋友可以看看,非常实用
需要控制320*240的lcd的朋友可以看看,非常实用-Need to control 320* 240
- 2022-05-24 10:09:50下载
- 积分:1
-
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双...
1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。
2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。
3. 支持半双工通讯。收、发波特率相同。
4. 应把定时器中断优先级设置为最高级。
5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区),
待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的
能力和简化程序。实际应用中应防止缓冲区溢出。
6. 由接收转换到发送时要先调用 soft_send_enable ();
由发送转换到接收时要先调用 soft_receive_enable ()。
7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕
while ( rs_f_TI == 0) // 等待最后一个字节发送完毕-err
- 2022-06-19 08:35:11下载
- 积分:1
-
keil c51在编译的时候会将0xfd的字符(有些汉字含该字符的内码)过滤, 而导致程序出错.特别是在做液晶汉字显示时. 针对这个bug.由网友编写了这个补丁...
keil c51在编译的时候会将0xfd的字符(有些汉字含该字符的内码)过滤, 而导致程序出错.特别是在做液晶汉字显示时. 针对这个bug.由网友编写了这个补丁. 请下载之后放到你的keilc51in 目录里,运行这个程序.就可以了. 支持v8.02-keil c51 will be at compile time 0xfd characters (some characters with the character code) filter, which led to error. particularly in the so LCD display Chinese characters. To address this bug. prepared by the users of the patch. Please after download put your keil c51 bin directory, run the process. it. support v8.02
- 2022-01-31 17:49:47下载
- 积分:1
-
zlg7289键盘程序,ZLG7289仅用于键盘的程序,非常好用,尽在.h文件中更改定义端口就行。...
zlg7289键盘程序,ZLG7289仅用于键盘的程序,非常好用,尽在.h文件中更改定义端口就行。-zlg7289 keyboard procedures, ZLG7289 procedures only for the keyboard, very easy to do in. h file to change the definition of ports on the line.
- 2022-02-02 00:27:30下载
- 积分:1
-
移动硬盘固件程序,拿很多MONEY买的,这个也非常好哟!
移动硬盘固件程序,拿很多MONEY买的,这个也非常好哟!-Mobile hard disk firmware, get bought a lot of MONEY, this is also very good yo!
- 2022-03-22 08:19:39下载
- 积分:1
-
12232测试程序用于测试12232液晶现实性能
12232测试程序用于测试12232液晶现实性能
-12232 test order uses in to test 12,232 liquid crystals
realistic performance
- 2023-01-13 22:35:04下载
- 积分:1
-
keil下驱动程序的编写,VC
keil下驱动程序的编写,VC-the driver prepared, VC
- 2022-08-12 08:35:25下载
- 积分:1
-
单片机C语言编程,学习单片机c语言编程,Lea…
单片机c语言编程,学习用c语言单片机编程,学习学习的开始-SCM c programming language, to study c microcontroller programming language, learn from the beginning
- 2023-04-04 03:10:03下载
- 积分:1
-
此程序为调试通过的程序,有键盘输入和LED输出的功能
此程序为调试通过的程序,有键盘输入和LED输出的功能-this procedure through the debugging process, LED keyboard input and output functions
- 2022-08-14 03:05:14下载
- 积分:1
-
基于C8051F330的24c04测试程序
利用I2C接口直接对其读写
基于C8051F330的24c04测试程序
利用I2C接口直接对其读写-24c04 based on the C8051F330 the test procedure using I2C interface to read and write directly
- 2022-05-20 21:12:52下载
- 积分:1