Re: [M100] Tpdd master routines in C?

2019-12-12 Thread Stephen Adolph
> *To: *m...@bitchin100.com > *Sent: *Monday, December 2, 2019 7:58:34 AM > *Subject: *Re: [M100] Tpdd master routines in C? > > tpddtool is a tppdd client in python > https://trs80stuff.net/tpdd/ > -- > bkw > > On Sun, Dec 1, 2019, 1:34 PM Stephen Adolph wrote: > &g

Re: [M100] Tpdd master routines in C?

2019-12-12 Thread alex d
Not my code, but it is in the public domain. Python routines for talking to a tpdd2. cheers -- alex > From: "Brian White" > To: m...@bitchin100.com > Sent: Monday, December 2, 2019 7:58:34 AM > Subject: Re: [M100] Tpdd master routines in C? > tpddtool is a tppdd

Re: [M100] Tpdd master routines in C?

2019-12-02 Thread Brian White
tpddtool is a tppdd client in python https://trs80stuff.net/tpdd/ -- bkw On Sun, Dec 1, 2019, 1:34 PM Stephen Adolph wrote: > Ok, thanks Kurt. Yah there may not be an application that has been > written in C on the head end. if the source of PDD.exe was around that > might have been one place

Re: [M100] Tpdd master routines in C?

2019-12-01 Thread Stephen Adolph
Ok, thanks Kurt. Yah there may not be an application that has been written in C on the head end. if the source of PDD.exe was around that might have been one place. I may just translate my ml routines. On Sun, Dec 1, 2019 at 12:51 PM Kurt McCullum wrote: > Got it, > > The only code that I hav

Re: [M100] Tpdd master routines in C?

2019-12-01 Thread Kurt McCullum
Got it, The only code that I have is for the TPDD client tool that I wrote to talk directly to my TPDD2 drive. It's all in C# if you are interested. Kurt On Sun, Dec 1, 2019, at 9:48 AM, Stephen Adolph wrote: > Hi Kurt, no I mean routines that are the "master" end because TPDD is > master-slav

Re: [M100] Tpdd master routines in C?

2019-12-01 Thread Stephen Adolph
Hi Kurt, no I mean routines that are the "master" end because TPDD is master-slave. IE the M100 end of the link. I have my own machine code routines; maybe I have to translate them.. On Sun, Dec 1, 2019 at 12:40 PM Kurt McCullum wrote: > Steve, > > When you say 'master routines' are you referr

Re: [M100] Tpdd master routines in C?

2019-12-01 Thread Kurt McCullum
Steve, When you say 'master routines' are you referring to code emulating a TPDD drive? Kurt On Sun, Dec 1, 2019, at 6:33 AM, Stephen Adolph wrote: > Hi, wondering if there are any TPDD master routines written in C available > out there? Maybe someone has something written in a language that co

[M100] Tpdd master routines in C?

2019-12-01 Thread Stephen Adolph
Hi, wondering if there are any TPDD master routines written in C available out there? Maybe someone has something written in a language that could be translated easily to C? Thx Steve