View Single Post
Old 13th Apr 2020, 11:59 am   #5
SiriusHardware
Dekatron
 
Join Date: Aug 2011
Location: Newcastle, Tyne and Wear, UK.
Posts: 11,587
Default Re: MK14 programming interface - Arduino version

Quote:
Originally Posted by DeltaAlpha52 View Post

This one works on my MK14 using the original SCIOS system that starts with ---- --, you will need to change the python script if you have the later version that starts with 0s.
Specifically, locate the line, early in the script,

Code:
MK14_OS = 0
and change it to

Code:
MK14_OS = 1
If your MK14 has the 'new' OS with the zeros prompt at reset.
SiriusHardware is online now