Location:
Search - 89s51 rs232
Search list
Description: Target:89S51
程序描述:网络远端温度感测器,这个范例中使用到
(1)8051 的Port 1连接到LCD显示器,PORT 3的P3.3、P3.4和P3.5分别连接到LCD显示器的控制线,程序执行时可以让LCD显示器显示出时间和日期。
(2)温度感测组件AD590经由ADC0804将感测到的温度,转换成数位数据,然后经由PORT 0输入8051。
(3)igangcai 8051的第10和第11只脚RXD和TXD分别连线到MAX232,然后连接到PC的COM埠。
(4) 当PC端经由RS232传送S时,接下来PC送出的下 个byte就用来设定PORT 3的输出。
(5) 当PC端经由RS232传送T时,接下来PC连续送出五个bytes,这五个bytes是 \"年月日时分\",这是 PC 用来设定实验板的时间日期。
(6) 8051每 分钟就读入ADC0804转换的数字温度数据,然后通过RS232传送给PC端,再由PC端通过网络传送到远端的电脑。*/
Platform: |
Size: 44003 |
Author: 西_土_瓦 |
Hits:
Description: filename:SY0406.C***//
是在sy0306的功能上增加了AT89S52的在线下载功能IIC总线芯片改为24C01串口功能:由89S51键盘P1口发送资料数据“123456B7890”,在数码管上显示的同时由再由板上的RS232口上传到PC机上,在荧光屏上显示通信,反之也可以由PC的键盘上输入数字下载在单板机上显示出来。
定时器0--设定数码管定时扫描。
定时器1--设定时钟显示计时。
定时器2--设定串行通讯波特率
Platform: |
Size: 6494 |
Author: hero.shi |
Hits:
Description: Target:89S51
程序描述:网络远端温度感测器,这个范例中使用到
(1)8051 的Port 1连接到LCD显示器,PORT 3的P3.3、P3.4和P3.5分别连接到LCD显示器的控制线,程序执行时可以让LCD显示器显示出时间和日期。
(2)温度感测组件AD590经由ADC0804将感测到的温度,转换成数位数据,然后经由PORT 0输入8051。
(3)igangcai 8051的第10和第11只脚RXD和TXD分别连线到MAX232,然后连接到PC的COM埠。
(4) 当PC端经由RS232传送S时,接下来PC送出的下 个byte就用来设定PORT 3的输出。
(5) 当PC端经由RS232传送T时,接下来PC连续送出五个bytes,这五个bytes是 "年月日时分",这是 PC 用来设定实验板的时间日期。
(6) 8051每 分钟就读入ADC0804转换的数字温度数据,然后通过RS232传送给PC端,再由PC端通过网络传送到远端的电脑。*/-err
Platform: |
Size: 44032 |
Author: 西_土_瓦 |
Hits:
Description: filename:SY0406.C***//
是在sy0306的功能上增加了AT89S52的在线下载功能IIC总线芯片改为24C01串口功能:由89S51键盘P1口发送资料数据“123456B7890”,在数码管上显示的同时由再由板上的RS232口上传到PC机上,在荧光屏上显示通信,反之也可以由PC的键盘上输入数字下载在单板机上显示出来。
定时器0--设定数码管定时扫描。
定时器1--设定时钟显示计时。
定时器2--设定串行通讯波特率-filename: SY0406.C***// function in sy0306 added AT89S52 online download function IIC serial bus chips replaced 24C01 functions: 89S51 keyboard from P1 I send the data 123456B7890 , in the digital tube At the same time displayed by the board by RS232 I uploaded to the PC machine, the screen displayed on communications, on the contrary can also be by the PC s keyboard input digital download in the SBC on the show. Timer 0- set digital tube regularly scanning. Timer 1- set the clock show time. Timer 2- set the serial communication baud rate
Platform: |
Size: 6144 |
Author: hero.shi |
Hits:
Description: this is a sample program to send and recieve
data during rs232 for microcontroller 89s51
and all you need to adjust xtal at the begining of your program
Platform: |
Size: 30720 |
Author: ali |
Hits: