MEGA65 / m65connect

Cross-Platform Remote Interaction Tool for the MEGA65
GNU General Public License v3.0
8 stars 1 forks source link

M65Connect doesn't print the first few characters of a command response? #9

Closed dansanderson closed 1 year ago

dansanderson commented 2 years ago

M65Connect version 2.0 for Mac, JTAG interface.

When I'm using the M65Connect Console to send commands to the debugger, I routinely see it not print the first few characters of the response. It is showing the leading .. The missing characters are visible in the Matrix Mode terminal.

.ial Monitor
build GIT: development,20220623.13,f555316

.A  X  Y  Z  B  SP   MAPH MAPL LAST-OP In     P  P-FLAGS   RGP uS IO ws h RECA8LHC
2129 20 01 50 00 16 01EF 8300 E000 B1FB    00     20 ..E..... ...P 4A -  00 - ..c..lhc
,07772129  C9 51     CMP   #$51

(Should be .Serial Monitor and .PC A X..., respectively.)

Taygair commented 1 year ago

I remember we spoke about it in DC and just tested: That's fixed (by previous version?) or then with new M65Connect version 2.1 (will be released very soon):

MEGA65 Serial Monitor
build GIT: secure-flash,20220915.23,fc9af55

PC   A  X  Y  Z  B  SP   MAPH MAPL LAST-OP In     P  P-FLAGS   RGP uS IO ws h RECA8LHC
E1B7 00 00 33 00 00 01F0 B300 E300         00     22 ..E...Z. ...P 1A -  00 - ..c..lhc
,0777E1B7  20 CE ED  JSR   $EDCE

:0777E1BA:2081E1C90DD0E485D677F420DAEB86FA

PC   A  X  Y  Z  B  SP   MAPH MAPL LAST-OP In     P  P-FLAGS   RGP uS IO ws h RECA8LHC
E1B5 00 00 33 00 00 01F0 B300 E300 05D1    00     22 ..E...Z. ...P 4A -  00 - ..c..lhc
,0777E1B5  F0 FA     BEQ   $E1B1