| Posted: 09:20am 03 Jun 2026 |
|
|
|
Peter,
Thanks for fixing the error in edit. I happened to use a very long name and was able to save it to A just fine. But when I try to copy this file with a long name to B using FM, I get "Path too long". Example: save "abcdefghijklmnopqrstuvwxyzABCDEFGHIJ12345.bas" works fine to drive A, but not to drive B with FM. If I copy "a:/abcdefghijklmnopqrstuvwxyzABCDEFGHIJ12345.bas" to "b:/backup/abcdefghijklmnopqrstuvwxyzABCDEFGHIJ12345.bas", it works fine. But if the "backup" folder is longer, for example: "backupRP2040-sd", then copying "a:/.........." to "b:/backupRP2040-sd/" also works fine. With FM, I get Path too long. To get everything on the screen correctly with FM, I set: OPTION DISPLAY 50,118 In Tera Term, I make extensive use of copy and paste with the drag function, so I have no problems entering long names.
Regarding the interference with the I2C LCD2004 display with I2CLCD, I tested it again with the latest firmware and am now using a saved file, and it works well now because I did not use edit.
> option list PicoMite MMBasic RP2040 V6.03.00RC15 OPTION SYSTEM I2C GP20,GP21 OPTION COLOR CODE ON OPTION HEARTBEAT OFF OPTION PICO OFF OPTION CPU SPEED (KHz) 200000 OPTION DISPLAY 50, 118 OPTION SDCARD GP19, GP10, GP11, GP12 OPTION F1 help OPTION F5 list commands OPTION F6 list functions OPTION F7 list pins OPTION F8 list system i2c OPTION F9 fm
Jan. |