我想請問各位高手, 我要將PC傳給RS232的值顯示在LCD上, 我該如何做呢??我用的是KEIL C51的RTX51 Tiny的OS, 我第一個任務是RS232接收PC的值, 第二個任務是LCD要將RS232接收到的值顯示出來, 我要怎麼去做才正確呢??請各位高手幫幫我, 謝謝.......
#include <reg51.h>
#include <rtx51tny.h>
#include <stdio.h>
sbit wled=P2^4;
sbit wr=P2^0;
sbit en=P2^1;
sbit rs=P2^2;
sbit on=P2^3;
unsigned char x0,x1,x2,x3,x4,c;
char key;
char skey={'F','B','A',Ɔ','E',Ɖ',ƈ',Ƈ','D',ƌ',Ƌ',Ɗ','C',Ə',Ǝ',ƍ'};
char act= {0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xf8,0xf9,0xfa,0xfb,0xfc,0xfd,0xfe,0xff};
/*--------------------*/
led_bl()
{
int i;
for(i=0;i<2;i++)
{
wled=0;
os_wait(K_TMO,25,0) ..
訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容