MMBasic for Windows - betas


Author Message
Turbo46

Guru

Joined: 24/12/2017
Location: Australia
Posts: 1638
Posted: 09:53am 23 Dec 2023      



This is what I am sending to the coms port from an MM2. There is a 10mS PAUSE between each message. It makes MMB4W crash every time when it is running this program:

OPEN "com3: 38400" AS #2
input #2, test$
print test$
CLOSE #2


Trying other things may well produce other results but this particular sequence will crash MMB4W every time.

Bill