Home
JAQForum Ver 20.06
Log In or Join  
Active Topics
Local Time 22:01 15 May 2024 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 USB betas

     Page 5 of 5    
Author Message
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 1654
Posted: 04:05pm 27 Feb 2024
Copy link to clipboard 
Print this post

It works in picomite vga usb 5.09.00b3

OPTION BASE 1
dim lx%(43)=(0,5,9,13,3,18,25,30,48,53,57,47,32,11,5,9,57,89,108,149,170,220,262,300,320,400,447,493,510,545,572,600,638,605,590,577,560,513,495,470,457,500,639)
         ' 1         5             10            15             20                  25                  30                  35
dim ly%(43)=(0,7,15,25,40,70,100,130,130,160,193,253,298,346,420,430,430,400,370,457,450,400,440,466,424,400,460,460,452,403,373,320,240,210,190,170,130,120,137,110,60,26,0)
         ' 1           5                 10                  15                 20                   25                  30                  35
dim l%,o%

mode 1
cls
box 0,0,mm.hres,mm.vres,,1
'polygon 35,lx%(),ly%()
'Line GRAPH lx%(),ly%()
for l%=1 to 42
 o%=l%+1
 line lx%(l%),ly%(l%),lx%(o%),ly%(o%)
next l%

 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 1654
Posted: 06:24pm 28 Feb 2024
Copy link to clipboard 
Print this post

I can't get picomite usb 5.09.00b3 to do anything. No heartbeat or control panel.
back to picomite usb 5.08.00b0 and all working.
is 5.09.00b3 faulty?
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 8601
Posted: 06:58pm 28 Feb 2024
Copy link to clipboard 
Print this post

  Quote  is 5.09.00b3 faulty?


Yes. Don't know why - working on it
 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 1654
Posted: 09:35pm 29 Feb 2024
Copy link to clipboard 
Print this post

The vga usb 5.09.00b3 I can't get vga console only win teraterm or mmcc.
back to vga usb 5.09.00b1 and I get vga console. Is it me?
 
phil99

Guru

Joined: 11/02/2018
Location: Australia
Posts: 1812
Posted: 09:51pm 29 Feb 2024
Copy link to clipboard 
Print this post

Perhaps you could try B4
https://www.thebackshed.com/forum/ViewTopic.php?TID=16672&P=6#218336
 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 1654
Posted: 10:13pm 29 Feb 2024
Copy link to clipboard 
Print this post

  phil99 said  Perhaps you could try B4
https://www.thebackshed.com/forum/ViewTopic.php?TID=16672&P=6#218336

thanks but using picomite vga USB betas. this is no vga console input/output but using earlier beta I get vga console input/output??? not right imho. tell me what's wrong for pete's sake, don't want to bother him.
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 5762
Posted: 10:35pm 29 Feb 2024
Copy link to clipboard 
Print this post

Stan:
On a USB system the console is connected to the USB-TTL converter, it's not on the Pico's USB socket. That is a *console*.
The VGA output comes from the resistor network as usual.
Are you trying to replace the TTL port console by putting the console on the VGA output? That would normally be done with OPTION LCDPANEL CONSOLE, wouldn't it?
Mick

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

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 1654
Posted: 11:22pm 29 Feb 2024
Copy link to clipboard 
Print this post

I'll try to explain without a youtube video but that would be more succinct.

vga USB 5.09.00b3 and no vga console default
vga usb 5.09.00b1 and vga console default
never had to set OPTION LCDPANEL CONSOLE before.
I think it's a bug
to clarify- vga USB and usb keyboard should be able to use as editor on vga or console to type option list but vga USB 5.09.00b3 seems duff. imho. try it and you may see.
no usb keyboard to vga is not right. it's ok with earlier version.
wiring is the same just hardware version change.
stan
Edited 2024-03-01 09:35 by stanleyella
 
phil99

Guru

Joined: 11/02/2018
Location: Australia
Posts: 1812
Posted: 11:47pm 29 Feb 2024
Copy link to clipboard 
Print this post

  Stan said  thanks but using picomite vga USB betas.

The b4 download contains firmware for all versions inc. PicoMiteVGAUSBV5.09.00b4.uf2

Yes previously OPTION LCDPANEL CONSOLE was the default and you had to use OPTION LCDPANEL NOCONSOLE if you didn't want it.

Now it would seem OPTION LCDPANEL NOCONSOLE is the default.

As Mick said just enter OPTION LCDPANEL CONSOLE and see what happens.
If it works then not really a bug.
Edited 2024-03-01 09:51 by phil99
 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 1654
Posted: 12:01am 01 Mar 2024
Copy link to clipboard 
Print this post

It's late but what's OPTION LCDPANEL CONSOLE got to do with picomite VGA USB that's got no lcd support.. it's vga only, isn't it?
tomorrow try vga usb 5.09.00b3 again and OPTION LCDPANEL CONSOLE which will have to be from a win terminal,yes? not right
 
phil99

Guru

Joined: 11/02/2018
Location: Australia
Posts: 1812
Posted: 12:09am 01 Mar 2024
Copy link to clipboard 
Print this post

It is a legacy from before the VGA version existed. For compatibility it has been kept so LCDPANEL just means "The Display of Whatever Type".

The b4 download contains firmware for all versions inc. PicoMiteVGAUSBV5.09.00b4.uf2
Edited 2024-03-01 10:11 by phil99
 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 1654
Posted: 12:32am 01 Mar 2024
Copy link to clipboard 
Print this post

phil99 your link is just picomite vga.uft2
 
phil99

Guru

Joined: 11/02/2018
Location: Australia
Posts: 1812
Posted: 12:45am 01 Mar 2024
Copy link to clipboard 
Print this post

The ZIP file contains 5 .UF2 files and one is the VGA USB.

This one -  PicoMiteVGAUSBV5.09.00b4.uf2
https://geoffg.net/Downloads/picomite/PicoMite_Beta.zip
But first read Peter's warning in my previous link. It will erase the lot.
Edited 2024-03-01 11:00 by phil99
 
stanleyella

Guru

Joined: 25/06/2022
Location: United Kingdom
Posts: 1654
Posted: 03:34pm 01 Mar 2024
Copy link to clipboard 
Print this post

I just loaded picomiteUSB00B4 and ili9341 no display. options set as before.
back to Version 5.08.00b0 and ili9341 works.
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 8601
Posted: 03:53pm 01 Mar 2024
Copy link to clipboard 
Print this post

Please stop posting on this thread and use the main beta thread

b5 solves this issue, it appears to have been a faulty compilation which is a bit worrying
Edited 2024-03-02 01:55 by matherp
 
     Page 5 of 5    
Print this page


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

© JAQ Software 2024