Re: Keyboard Questions
Posted by
jcc3inc
on 2002-02-21 09:16:40 UTC
--- In CAD_CAM_EDM_DRO@y..., "David A. Forsyth" <nospamdaf@i...>
wrote:
One way to examine the keypress directly is to look at the keyboard
scan code; in BASIC it would be INP(&H60). If, for example, you
wanted an "A", INP(&H60) would be 1E or 30 decimal. This is very
fast.
Jack C.
wrote:
> On 20 Feb 02 at 19:55, CAD_CAM_EDM_DRO@y... is alleged to havechange the
> scribbled:
>
> > Date: Wed, 20 Feb 2002 09:47:23 -0600
> > From: "J. Craswell" <jay@i...>
> > Subject: Keyboard Questions
> >
> > Which means that, if I'm using the keyboard as my jog, I can
One way to examine the keypress directly is to look at the keyboard
scan code; in BASIC it would be INP(&H60). If, for example, you
wanted an "A", INP(&H60) would be 1E or 30 decimal. This is very
fast.
Jack C.
Discussion Thread
J. Craswell
2002-02-20 07:47:36 UTC
Keyboard Questions
David A. Forsyth
2002-02-20 23:29:39 UTC
Re: Keyboard Questions
jcc3inc
2002-02-21 09:16:40 UTC
Re: Keyboard Questions
Alan Marconett KM6VV
2002-02-21 13:13:12 UTC
Re: Keyboard Questions