Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 06:05 14 May 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 : PicoMite V6.00.02 release candidates - all versions

     Page 45 of 45    
Author Message
dddns
Senior Member

Joined: 20/09/2024
Location: Germany
Posts: 290
Posted: 09:08am 12 May 2025
Copy link to clipboard 
Print this post

> option list
PicoMiteVGA MMBasic RP2350B Edition V6.00.02RC23
OPTION FLASH SIZE 16777216
OPTION COLOURCODE ON
OPTION KEYBOARD US
OPTION PICO OFF
OPTION RESOLUTION 800x600 @ 360000KHz
OPTION DISPLAY 50, 100
OPTION SDCARD GP41, GP40, GP39, GP42
OPTION PSRAM PIN GP47
>

I wanted to switch to the USB version and reassign the pins. For the first time I realized that OPTION VGA PINS gets not listed with OPTION LIST
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10075
Posted: 09:11am 12 May 2025
Copy link to clipboard 
Print this post

How many times do I need to explain that in general option do not show when the settings are default? VGA PINS will show if not default.
 
dddns
Senior Member

Joined: 20/09/2024
Location: Germany
Posts: 290
Posted: 09:22am 12 May 2025
Copy link to clipboard 
Print this post

Thank you, I didn't see the forest with all these trees around me. sorry
Edited 2025-05-12 19:23 by dddns
 
Volhout
Guru

Joined: 05/03/2018
Location: Netherlands
Posts: 4863
Posted: 09:23am 12 May 2025
Copy link to clipboard 
Print this post

@JanVolk,

Any chance to get access to the manual you created.? Can I purchase it as a book, or ca you share a pdf (so I can print it).

Volhout
PicomiteVGA PETSCII ROBOTS
 
toml_12953
Guru

Joined: 13/02/2015
Location: United States
Posts: 392
Posted: 11:36am 12 May 2025
Copy link to clipboard 
Print this post

  phil99 said  Try putting all above SUB MM.STARTUP in MM.STARTUP. Perhaps that will help.
I think items in the library only get read when called so they need to be in a Sub of some sort.
SUB MM.STARTUP
 WEB NTP -4,"time.nist.gov"
 CONST TRUE=-1
 CONST FALSE=0
 OPTION ESCAPE
 OPTION BASE 1
 DRIVE "B:"
 PRINT DateTime$(now)
END SUB

SUB MM.END
 PRINT
 PRINT
 PRINT "END PROGRAM"
 PRINT
END SUB


Thanks but the other lines I have outside of SUBs are executed whenever a program is RUN. I'll try it, though.
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 7531
Posted: 12:13pm 12 May 2025
Copy link to clipboard 
Print this post

I think the thing is at any code in the Library that's not in a sub is executed once before a program is run. It looks like it's being treated like a command line input, which would disappear. I've no idea why it would do that, it could be a bug or something to do with how drive switching works.
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
JanVolk
Senior Member

Joined: 28/01/2023
Location: Netherlands
Posts: 225
Posted: 05:16pm 12 May 2025
Copy link to clipboard 
Print this post

Harm,

Thank you for your response.
I have updated the Dutch translation of version 6.00.01 with my notes.
All Dutch speaking people, please benefit from it and feel free to comment on this document or start a new topic about it.
Here is the document:  
MMBASIC V6.00.01 Raspberry Pi Pico RP2040 en RP2350 Ned 12-5-2025.pdf


Also the Dutch notes that I have collected from all versions up to now from V6.00.02.
Here is the document:  
PicoMite V6.00.02RC23 NED 12-5-2025.pdf


Greetings,

Jan.
 
twofingers
Guru

Joined: 02/06/2014
Location: Germany
Posts: 1532
Posted: 09:30pm 12 May 2025
Copy link to clipboard 
Print this post

  twofingers said  Hi Peter,
Can you please tell me the default values ​​for (USB) keyboard repeatstart and repeatrate?

Solved, thanks!
Regards
Michael
causality ≠ correlation ≠ coincidence
 
phil99

Guru

Joined: 11/02/2018
Location: Australia
Posts: 2430
Posted: 03:02am 13 May 2025
Copy link to clipboard 
Print this post

An unexpected result with the PORT Function on Pico 2040 LCD and 2053 VGA.

The PORT Command correctly sets all pins, but when reading back the output pin states only the 2 MS Bits are read.
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10075
Posted: 07:16am 13 May 2025
Copy link to clipboard 
Print this post

More info needed. What version? Are the pins set for input? Code example?
 
     Page 45 of 45    
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