Hi there;
I have tried to use serial keyboard and mouse at QNX 6.1.0.
Mouse acted well, but Keyboard did’t act.
Follows are my inputtrap result;
inputtrap -v start
Probing : keyboard
send_echo: Timed out watiing for keyvoard echo
Probing: ps2
Probing: sermouse
Attempting PnP comm enumeration on /dev/ser1
comm enumeration failed on /dev/ser1
Attempting PnP comm enumeration on /dev/ser2
comm enumeration failed on /dev/ser2
#pidin ar |grep devi
/usr/photon/bin/devi-hirun kbd kbddev
When I pushed Num-Lock and Caps Lock, There were no action.
How can I use serial keyboard?
Thank you.
“hmetal” <hmetal@rtsolutions.co.kr> a écrit dans le message de news:
abt6tb$mqr$1@inn.qnx.com…
Hi there;
I have tried to use serial keyboard and mouse at QNX 6.1.0.
Mouse acted well, but Keyboard did’t act.
Follows are my inputtrap result;
inputtrap -v start
Probing : keyboard
send_echo: Timed out watiing for keyvoard echo
Probing: ps2
Probing: sermouse
Attempting PnP comm enumeration on /dev/ser1
comm enumeration failed on /dev/ser1
Attempting PnP comm enumeration on /dev/ser2
comm enumeration failed on /dev/ser2
#pidin ar |grep devi
/usr/photon/bin/devi-hirun kbd kbddev
When I pushed Num-Lock and Caps Lock, There were no action.
How can I use serial keyboard?
Try:
devi-hirun kbd -R fd -d /dev/ser1 => assuming the keyboard is connected to
com1
Laveau.