[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ADTpro protocol for sending VSDRIVE and BASIC over serial
On Wednesday, June 12, 2013 8:40:28 AM UTC-5, schmidtd wrote:
> On 6/12/2013 9:30 AM, osgeld wrote:
>
> > On Wednesday, June 12, 2013 6:26:06 AM UTC-5, schmidtd wrote:
>
> >> My guess is the vsdrive you're serving is the regular one, not the one
>
> >> that has the JMP to return control to the grub.
>
> >
>
> > what I am sending is the raw file from the resources folder same as ADT, but what is the character I need to return for vsd and basic?
>
>
>
> When you receive '2', you should send 'P' and PDSpeed.raw. When you
>
> receive '7', you should send 'V' and vsdrive_speed.raw. When you
>
> receive '8', you should send 'B' and BSpeed.raw. I see those last two
>
> are missing from the protocol page... I'll add them.
thanks!