Project from FC9 not working in FC10!

For general Flowcode discussion that does not belong in the other sections.
Steve-Matrix
Matrix Staff
Posts: 1253
http://meble-kuchenne.info.pl
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: Project from FC9 not working in FC10!

Post by Steve-Matrix »

jgu1 wrote:
Tue Feb 21, 2023 4:10 pm
Well so FC10 forum is went back to FC9 forum?
The special v10 forum was always going to be temporary and we now suggest adding the appropriate "9" or "10" post icon when starting a new topic that is specific to a particular version.

As for your display problem, I cannot see what the problem is and I do not have the hardware to test it myself. Hopefully someone else has this (or a similar) display and can investigate.

jgu1
Posts: 615
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 507 times
Been thanked: 132 times

Re: Project from FC9 not working in FC10!

Post by jgu1 »

Ok, so we can state that ILI9488 does not work in FC10 and are forced to be content with using it in FC9? :(
As a last attempt (and now I don't want to waste any more time on it), I tried to create a new project from scratch in FC 10. I can see there are also errors in the simulation, the background color does not work and I cannot compile the project.
Attachments
FCTen.c
(83.41 KiB) Downloaded 32 times
FCTen.msg.txt
(153.43 KiB) Downloaded 37 times
FCTen.fcfx
(12.13 KiB) Downloaded 35 times

Steve-Matrix
Matrix Staff
Posts: 1253
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: Project from FC9 not working in FC10!

Post by Steve-Matrix »

There doesn't seem to be an error in the C code. The error message is this:

Code: Select all

Error: Invalid value for '-b' / '--baud': 'flash' is not a valid integer.
I don't know what could be causing that error.

As for the errors with that gLCD component, I said *I* cannot help further because I do not have the appropriate hardware to test it and I am not familiar with that particular component. Hopefully someone else will be able to help.

As far as I could see, the C code generated for v9 and v10 are nearly identical. Perhaps there is an issue with your toolchain setup in v10. That's strange though, because you should be using the same toolchain for v9 and v10.

LeighM
Valued Contributor
Posts: 401
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 71 times
Been thanked: 217 times

Re: Project from FC9 not working in FC10!

Post by LeighM »

The error looks like a programming issue.
Have you set the com port in the project settings?

jgu1
Posts: 615
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 507 times
Been thanked: 132 times

Re: Project from FC9 not working in FC10!

Post by jgu1 »

Hi Leigh!

You´re rigth, my fault, thank´s, now after choose the port I can programing.

Concerning the other bugs, Ili9488 not working and bugs in the simulation ( no background colar,) should I write in the bugsforum or do you take action, please?

I know Ben have a Ili9488 spi display.

Jorgen

Post Reply