Maker Pro
Maker Pro

Radio Shack 22-168A

J

Jim

Jan 1, 1970
0
I have the above mentioned meter and have lost the software for the second
time. I bought some third party software years back and now have neither.
Does some kind hearted soul out there have the program?

[email protected]
 
K

Ken Weitzel

Jan 1, 1970
0
Jim said:
I have the above mentioned meter and have lost the software for the second
time. I bought some third party software years back and now have neither.
Does some kind hearted soul out there have the program?

[email protected]

Hi Jim...

Failing getting a "real" copy, iff you have any old basic
compiler, you might try this...

OPEN "COM1: 1200, N, 7, 2, RS, CS, DS, CD" FOR RANDOM AS #2
OPEN "test.dat" FOR OUTPUT AS #3
A$ = "D"
FOR i = 1 TO 10
PRINT #2, A$
IN$ = INPUT$(14, #2)
PRINT #3, TIME$, IN$
NEXT i
CLOSE #2
CLOSE #3
END

Ken
 
N

NSM

Jan 1, 1970
0
Hi Jim...

Failing getting a "real" copy, iff you have any old basic
compiler, you might try this...

At 1200 baud even QBasic should work fine.

N
 
J

Jim

Jan 1, 1970
0
Ken Weitzel said:
Hi Jim...

Failing getting a "real" copy, iff you have any old basic
compiler, you might try this...

OPEN "COM1: 1200, N, 7, 2, RS, CS, DS, CD" FOR RANDOM AS #2
OPEN "test.dat" FOR OUTPUT AS #3
A$ = "D"
FOR i = 1 TO 10
PRINT #2, A$
IN$ = INPUT$(14, #2)
PRINT #3, TIME$, IN$
NEXT i
CLOSE #2
CLOSE #3
END

Ken

Thanks for the Prog! And WinXP and Basic is just a no go ;-)
 
N

NSM

Jan 1, 1970
0
Thanks for the Prog! And WinXP and Basic is just a no go ;-)

If you have VBScript on the XP box that may be able to do it. Be a total
rewrite however.

N
 
K

Ken Weitzel

Jan 1, 1970
0
Jim said:
Thanks for the Prog! And WinXP and Basic is just a no go ;-)

Hi Jim...

If you like I could build it for you... either dos or
windows, your choice.

Take care.

Ken
 

art

Aug 30, 2010
2
Joined
Aug 30, 2010
Messages
2
RS 22-168a software

I have the software for the RS 22-168A if you need it.
2 file folders as Scope and Graphic
Scope is for windows 11 files total
Graphic is for DOS 5 files total

If you need the files email me and I will email those files to you!

Art
[email protected]

I have it working on a compaq computer com 1 and it works fine with
Microfosf Windows XP.

August 29, 2010
good luck to you!
 

art

Aug 30, 2010
2
Joined
Aug 30, 2010
Messages
2
I'm not sure how to do this by email but somehow we can get you the files.

Art
 
Top