Re: Keyboard Typematic rate
Posted by
Alan Marconett KM6VV
on 2002-02-21 14:06:17 UTC
Hi Jerry,
Great! I intend to try getting/setting the Typematic rate also later
tonight. Although I SEEM to be handling it OK now.
I think I posted some Gcode "grouping" info in response to someone's
questions a little while ago on this list, or CCED. Might help,
although if you're reading NIST, you should have the info. It did take
me a few tries to get the groups right, 'tho.
Yes, we are all learning quite rapidly on SEVERAL topics, Machining,
CNC, programming, part programming, electronics, mechanics,... and the
list goes on! One of the things I enjoy about this hobby! Saw the same
thing in ROBOTICS!
And as to old DOS; well, I still use them at work for our embedded
product. And the website that was just posted, "Geezer"! Yeah, I guess
that says it!
Alan KM6VV
Carol & Jerry Jankura wrote:
Great! I intend to try getting/setting the Typematic rate also later
tonight. Although I SEEM to be handling it OK now.
I think I posted some Gcode "grouping" info in response to someone's
questions a little while ago on this list, or CCED. Might help,
although if you're reading NIST, you should have the info. It did take
me a few tries to get the groups right, 'tho.
Yes, we are all learning quite rapidly on SEVERAL topics, Machining,
CNC, programming, part programming, electronics, mechanics,... and the
list goes on! One of the things I enjoy about this hobby! Saw the same
thing in ROBOTICS!
And as to old DOS; well, I still use them at work for our embedded
product. And the website that was just posted, "Geezer"! Yeah, I guess
that says it!
Alan KM6VV
Carol & Jerry Jankura wrote:
>
> Hi, Alan:
>
> I'll be playing with it later today. Right now, I'm adding some variables to
> allow more than one G-Code or M-Code on a line. This is the "grouping" that
> EMC provides. It's really not all that difficult an addition.
>
> It's a real interesting turn of events. When I bought my Sherlines about a
> year ago, I never thought that I'd be adding motors to them, let alone start
> writing (abeit modifying) software to drive them. It's been a really fun
> experience. Thanks to the folks on this list for providing a lot of the
> initial advice through your answers to my questions as well as your answers
> to everyone elses.
>
> I also never thought that I'd be resurrecting DOS and the DOS tools
> (TurboPascal, etc.) that I'd discarded years ago.
>
> -- Carol & Jerry Jankura
> Strongsville, Ohio
> So many toys, so little time....
>
> |-----Original Message-----
> |From: Alan Marconett KM6VV [mailto:KM6VV@...]
> |Sent: Thursday, February 21, 2002 10:56 AM
> |To: CAD_CAM_EDM_DRO@yahoogroups.com
> |Subject: [CAD_CAM_EDM_DRO] Re: Keyboard Typematic rate
> |
> |
> |Hi David,
> |
> |Nice find! My Phoenix book ('91) calls functions 6h - 0Fh "reserved".
> |Nice to know! There you go Jerry!
> |
> |Alan KM6VV
> |
> |
> |
> |"David A. Forsyth" wrote:
> |>
> |> On 20 Feb 02 at 19:55, CAD_CAM_EDM_DRO@yahoogroups.c is alleged to have
> |> scribbled:
> |>
> |> > Subject: Re: TypeMatic Rate
> |> >
> |> > Hi Jerry,
> |> >
> |> > I didn't see any "get" typematic rate command in Phoenix's BIOS book.
> |> > It might be at a defined location in the BIOS RAM (40:), but I didn't
> |> > see it called out.
> |>
> |> a quick google search turned up this snippet
> |>
> |> mov ah, 9
> |> int $16 {get keyboard functionalities}
> |> and al, 1000b {get typematic delay/rate available?}
> |> jz @no_get_rate
> |> mov ax, $306 {if so, get it!}
> |> int $16
> |> mov keyb, bx {and store it}
> |> @no_get_rate:
> |> mov ax, $305 {set the new rate/delay for the game}
> |> xor bx, bx
> |> int $16
> |>
> |> I havn't used it or tested it.... it came from a game source code site
> |>
Discussion Thread
Alan Marconett KM6VV
2002-02-21 10:53:03 UTC
Re: Keyboard Typematic rate
Carol & Jerry Jankura
2002-02-21 13:32:08 UTC
RE: [CAD_CAM_EDM_DRO] Re: Keyboard Typematic rate
Alan Marconett KM6VV
2002-02-21 14:06:17 UTC
Re: Keyboard Typematic rate
Carol & Jerry Jankura
2002-02-21 14:43:46 UTC
RE: [CAD_CAM_EDM_DRO] Re: Keyboard Typematic rate
Alan Marconett KM6VV
2002-02-21 16:11:40 UTC
Re: Keyboard Typematic rate
Carol & Jerry Jankura
2002-02-21 18:16:03 UTC
RE: [CAD_CAM_EDM_DRO] Re: Keyboard Typematic rate
David A. Forsyth
2002-02-22 06:07:34 UTC
Re: Keyboard Typematic rate
Alan Marconett KM6VV
2002-02-22 11:22:19 UTC
Re: Keyboard Typematic rate
Mike Snodgrass
2002-02-22 13:06:32 UTC
Re: [CAD_CAM_EDM_DRO] Re: Keyboard Typematic rate