CAD CAM EDM DRO - Yahoo Group Archive

Re: [CAD_CAM_EDM_DRO] Some PIC code...

on 2000-11-10 10:25:10 UTC
Matt,

Thanks for the Code! This should get some projects rolling. After
thinking about it, I may see if some other code can be adapted as well.
Last night I doug up some TSR code. For the rotary table program I'm
working on, I figured that if I "ketch" the cursor keys, and convert
them to shift key "down" flags, They're easier to read. This code has
to get the cursor keys out of the keyboard controller, otherwise it
calls the regular int 9 routine.

Thanks again for the PIC code!
Alan

Matt Shaver wrote:
>
> beer@... wrote:
> >
> > On 9 Nov, CAD_CAM_EDM_DRO@egroups.com wrote:
> >
> > > Are you willing to share some code for the PIC ...
> > > Hate to reinvent the wheel. I think Ballendo is interested
> > > also.
> >
> > Look for a
> > keypress and bitbang a serial byte. Screw all handshaking .. none
> > required at these speeds.
> >
> > And yes, if I can find the code, I'll certainly post it. I'll try to
> > check over the weekend.
>
> I thought folks were looking for PIC code that implements a half-duplex
> UART some time in the past, and I never got around to posting my
> version. Here is a little (unfinished) app that has that code in it:
>

Discussion Thread

Matt Shaver 2000-11-09 21:21:11 UTC Some PIC code... Alan Marconett KM6VV 2000-11-10 10:25:10 UTC Re: [CAD_CAM_EDM_DRO] Some PIC code...