MMBasic for Windows - alphas


Author Message
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 11032
Posted: 06:34pm 16 Feb 2022      

V5.07.03a1


MMBasic.zip

Forgot to mention above right clicking in the editor on the first character in the line is the same as HOME. Right clicking after the last character in a line on on the last character if the line exceeds the screen width is the same as the END key

This version includes the ability to send a BREAK "character" on the serial port.

e.g.

OPEN "COM1:9600" as #1
PRINT #1,BREAK

This will send a break which is set to be 20 bit lengths of the port held in the zero state. I've even tested it on the scope and it works