单片机系统中PS/2键盘驱动程序设计 部分如下 void ps2_sentchar(unsigned char sentchar){//ps2主设备向从设备发送数据 unsigned char sentbit_cnt = 0x00; unsigned char sentchar_chk = 0x00; EX0 =0; //关外部中断0 //发起一个传送,发起始位 PS2_SGN_CLOCK = 0;//将时钟线拉低并保持100us delay100us(); PS2_SGN_DATA = 0;//起始位 PS2_SGN_CLOCK = 1; //发送DATA0-7