MMEdit V5.3.4


Author Message
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6543
Posted: 04:31am 25 Jan 2026      

  Quote  Would it be possible to add the version number to the download box on Geoff's site?

Sorry.
Geoff has kindly supplied the space on his website and one requirement is that I am restricted to the one file which retains the same name.

  Quote  MMCC likes to take over complete control

It sounds like MMCC is using too much CPU. This probably means that you are sending data at a high rate.
Try this test program
'
n = 1
DO
PRINT "fred",STR$(n)
PAUSE 100
INC n
LOOP

While running 'top' or similar, change the PAUSE to a smaller value and watch the CPU utilisation.
On my old Linux box, I can run other programs without any obvious issues with MMCC using 50%+ CPU

MMCC is not good at handling high data rates.

If you regularly send high volumes of data, perhaps a better terminal program is needed.

Try Rob's GFXterm


Jim