Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 07:19 07 Jun 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Maximite File Commander - does it work?

Author Message
Gadgetguy
Regular Member

Joined: 26/04/2025
Location: France
Posts: 80
Posted: 05:27pm 04 Jun 2025
Copy link to clipboard 
Print this post

Hello all,

I am trying to use MCC - File commander.

I can connect - but then none of the features work.

So for example I cannot copy a basic file from the picocalc to my PC, as the file commander copies the wrong file name (the file is called myprogram.bas - file commander tries to copy myprogram.b" which then of course fails as there is not myprogram.b)

I tried several other features - nothing works.

Is there any trick to using this?

I tried both on a Picocalc and on a Picomite - neither works.

Thank you for your help!
 
phil99

Guru

Joined: 11/02/2018
Location: Australia
Posts: 2508
Posted: 09:55pm 04 Jun 2025
Copy link to clipboard 
Print this post

Tried to replicate on MMCC (MMEdit v5.03.0) and a PicoMite but no fault found.
A corrupted download of MMEdit perhaps?
Edited 2025-06-05 07:55 by phil99
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6241
Posted: 10:27pm 04 Jun 2025
Copy link to clipboard 
Print this post

What operating system?
What version of MMEdit?
VK7JH
MMedit
 
Gadgetguy
Regular Member

Joined: 26/04/2025
Location: France
Posts: 80
Posted: 06:06am 05 Jun 2025
Copy link to clipboard 
Print this post

Thank you all for trying to work.

This is on Windows 11, current MMEdit version, with a Picocalc.

Not sure how to attach screenshots to show that in the Maximite File Commander in the folder view it seems that the folder view picks up only 40 characters in a row (exactly like on the Picocalc screen) - as a result the file name is in two lines. The first line (40 chars) is "filename.b" and the following line has "as"

Then, when I click on copy (using the <<< button) it picks up only the text from the first line "filename.b" - which then of course does not work.

So - how can I see more than 40 characters on the File Commander Screen, or how can I tell to File Commander  to take the full file name (which is actually in two lines in my case)

I found  it: here are the screenshots as well










Edited 2025-06-05 16:08 by Gadgetguy
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6241
Posted: 06:52am 05 Jun 2025
Copy link to clipboard 
Print this post

There is an OPTION to configure your console to a greater number of characters.
This is a picomite command (not MMCC)
I am not sure of the syntax required but that will allow long file names to be displayed.

Jim
VK7JH
MMedit
 
phil99

Guru

Joined: 11/02/2018
Location: Australia
Posts: 2508
Posted: 06:58am 05 Jun 2025
Copy link to clipboard 
Print this post

Jim may have a better idea but one way may be to increase the line length, the catch is it requires disabling console output to the LCD panel.

OPTION LCDPANEL NOCONSOLE
then
OPTION DISPLAY 55, 155
for 55 lines, 155 characters - choose what suits your PC window

You can restore the LCD console later.
OPTION LCDPANEL CONSOLE
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6241
Posted: 07:09am 05 Jun 2025
Copy link to clipboard 
Print this post

I am not familiar with the picocalc but Phil's suggestion looks right.
VK7JH
MMedit
 
phil99

Guru

Joined: 11/02/2018
Location: Australia
Posts: 2508
Posted: 07:42am 05 Jun 2025
Copy link to clipboard 
Print this post

If you have the latest firmware V6.00.02RC25 you could also try:
OPTION CONTINUATION LINES ON

I don't know if it works in this mode but in the internal editor it can join broken lines.
Edited 2025-06-05 17:43 by phil99
 
Gadgetguy
Regular Member

Joined: 26/04/2025
Location: France
Posts: 80
Posted: 07:46am 05 Jun 2025
Copy link to clipboard 
Print this post

Thank you all. This works now!

Option lcdpanel noconsole did
the trick, followed by
option display 50,155

Thank you so much

Mmbasic - what an amazing and powerful system!
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6241
Posted: 07:47am 05 Jun 2025
Copy link to clipboard 
Print this post

  phil99 said  If you have the latest firmware V6.00.02RC25 you could also try:
OPTION CONTINUATION LINES ON

I don't know if it works in this mode but in the internal editor it can join broken lines.


No use here
VK7JH
MMedit
 
Gadgetguy
Regular Member

Joined: 26/04/2025
Location: France
Posts: 80
Posted: 07:47am 05 Jun 2025
Copy link to clipboard 
Print this post

Deleted - double post
Edited 2025-06-05 17:48 by Gadgetguy
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025