28X1 Firmware A.0 Bugs

hippy

Ex-Staff (retired)
Re : http://www.rev-ed.co.uk/picaxe/forum/topic.asp?topic_id=6933

28X1, Firmware Version A.0

It appears that writes to &quot;outpins&quot; and individual pins are not updating the actual output pins until a High, Low or similar command is executed ...<code><pre><font size=2 face='Courier'>Do
outpins = $FF
Pause 500
outpins = $00
Pause 500
Loop </font></pre></code> Also, END doesn't permanently terminate a program, it restarts after a short delay...<code><pre><font size=2 face='Courier'>SerTxd(&quot;Oops&quot;)
End </font></pre></code>
 

Technical

Technical Support
Staff member
Thanks for the bug reports, we'll provide an updated Programming Editor patch asap to resolve both these issues.
 

Technical

Technical Support
Staff member
Version 5.1.1 is now online and will allow these functions to work as expected.
Sorry for any inconvenience caused by these bugs.
 
Top