[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RTEMS 4.5.0 and standard PC keyboard
- Date: Mon, 27 Aug 2001 16:29:56 +0530
- From: motiwala at lucent.com (Motiwala, Yusuf Ibrahim (Yusuf))
- Subject: RTEMS 4.5.0 and standard PC keyboard
Hi,
I started trying out RTEMS 4.5.0 on standard PC. Everyhing
went fine and I was able to run samples, picoTK etc without
any problem. However, I am not able to get the keyboard working.
The keyboard is normal PC 101/102 keys with 8042 compatible
controller so I assumed there should not be any problem.
While tracing, I made sure that RTEMS keyboard ISR is
getting executed. Can anybody help me getting keyboard working.
The simple program just uses
{
printf("Enter String: ");
gets(someString); /* or fgets with bound*/
printf("Sting is %s\n", someString);
}
Regards,
Yusuf