Posted: 03:10am 23 Dec 2023 |
|
|
|
Thank you Peter.
That did fix the Test problem and the LIST COMMANDS.
I still have the problems with the MM2 connected and spitting out messages 19 to the dozen presumably the coms buffer is full when I run MMB4W:
This program still crashes MMB4W.
OPEN "com3: 38400" AS #2 input #2, test$ print test$ CLOSE #2
This program now prints nothing as if test$ is empty.
OPEN "com3: 38400" AS #2 test$ = INPUT$(20,#2) PRINT test$ CLOSE #2
Both programs work as expected in MMBasic DOS.
I tried a more realistic test and connected a CMM2 (changing the com port and the baud rate) and both of the above programs worked as expected when characters were printed. MMB4W did crash once while running the second program but I was unable to repeat it.
Bill |