MMEdit V5.3.4


Author Message
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6536
Posted: 02:22am 28 Oct 2025      

@Volhout,
could you try this MMCC
I have changed it to drop DTR 100mS before disconnecting.
I used this test program
 '
 SETPIN GP18, DOUT 'LED
 DO
   n = n + 1
   IF n MOD 500 = 0 THEN
     PIN(GP18) = p
     p = 1-p
   ENDIF
   PRINT"the quick brown fox played with his picomite all day long"
 LOOP
 

The LED is a good visual indication of what the USB is doing.
When I disconnect in MMCC, the loop runs faster suggesting that the USB knows it is "full" and stops sending data.
AS soon as I reconnect, the LED slows down and the data resumes.

My Linux serial is noticeably different to Windows but that is likely to be due to the VM.

MMCC.zip


Jim
Edited 2025-10-28 12:49 by TassyJim