[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HELP HELP HELP ADT122
"Avram J. Berman" writes ...
>
> I got my dos 3.3 master disk and booted it up and typed in#2 and then
> control a and got the ssc: prompt and then typed 6b for 300 baud - that
> was simple. I set the dip switches on the super
> serial card according the the adt122 documentation, using a null modem
> cable - that was simple.
>
> At the dos prompt I typed in:
> mode com1: baud=300 data=8 parity=n
> and then
> type adt.dmp >com1:
>
> "yes I am in the right directory with the right path to adt.dmp
> I get the message, "write fault error writing device 1. Does this mean
> the problem is on the pc side or the apple?"
....
The problem may be your PC command. According to the MS-DOS manual, the
baud variable is supposed to be the first two digits of the transmission
rate. Try ...
mode com1: baud=30 parity=n data=8
Rubywand