connect microtouch touchscreen to PS2 port

I have the driver that connects microtouch touchscreen to /dev/ser1. If I
want to connect microtouch touchscreen to PS2 port, which driver I should
use and how to modify the driver that connects microtouch touchscreen to
/dev/ser1?

Thanks!

This might be doable on QNX4, but not RtP as far as I can tell. It seems
that the kb module has not been built in to devi-microtouch. If you have
access to QNX4 you might want to try it to make sure it works, and if so you
could put a request in to QSSL for a version of devi-microtouch with a kb
module in it.

In QNX4 the following might work (I have never tried this - note you may
have to play around with the baud rate)

Input microtch kb -2 &

It also may be possible that QSSL has a keyboard controller driver, that
registers /dev/kbd and /dev/aux (or somesuch) for use with pure Photon
installations (i.e. no console). In which case

devi-microtouch fd -d/dev/aux

would work under RtP.

Barring QSSL having something you could of course, write your own keyboard
controller driver as described above (quite a bit of work though, as you
have to support all the keyboard and serial port devctls in order for the
devi-* stuff to work).

“jigang” <jigang@jinglun.com.cn> wrote in message
news:93j52u$qk4$1@inn.qnx.com

I have the driver that connects microtouch touchscreen to /dev/ser1. If I
want to connect microtouch touchscreen to PS2 port, which driver I should
use and how to modify the driver that connects microtouch touchscreen to
/dev/ser1?

Thanks!

Hi,

At this time, the RTP doesn’t support the microtouch with a PS2 connector.
However when the Input Driver Development kit becomes available perhaps
yourself or another member of the community would take this on if it
hasn’t been done at that time by QNX.

Erick.



jigang <jigang@jinglun.com.cn> wrote:

I have the driver that connects microtouch touchscreen to /dev/ser1. If I
want to connect microtouch touchscreen to PS2 port, which driver I should
use and how to modify the driver that connects microtouch touchscreen to
/dev/ser1?

Thanks!