Search found 1336 matches

by medelec35
Tue Apr 30, 2024 9:27 pm
Forum: Bug Reports
Topic: Advanced String Function ( Component )
Replies: 6
Views: 87

Re: Advanced String Function ( Component )

Hi Alan. Thank you for test project That is not a bug with the Advanced string component. Can you try the attached. There is a bug with the New String Functions routines which is what you are experiencing. That is being looked into. I'm testing a Flowcode update, not yet available to the public. Ple...
by medelec35
Tue Apr 30, 2024 8:08 pm
Forum: Feature Requests
Topic: Support for the new PIC's and AVR's
Replies: 3
Views: 60

Re: Support for the new PIC's and AVR's

Hi Dirk. Your project is compiling OK for me. It looks like you have the wrong toolchain installed. The compiler messages are showing you have the Flowcode V8 toolchain. You will need to go to here and sign in. Download and install the Arduino/AVR toolchain. If it is installed and still not working,...
by medelec35
Tue Apr 30, 2024 3:36 pm
Forum: Bug Reports
Topic: Advanced String Function ( Component )
Replies: 6
Views: 87

Re: Advanced String Function ( Component )

Hi Alan.
Can you attach your .fcfx project and .c files, please.
by medelec35
Tue Apr 30, 2024 11:52 am
Forum: Feature Requests
Topic: Support for the new PIC's and AVR's
Replies: 3
Views: 60

Re: Support for the new PIC's and AVR's

Hi Dirk I have created a new fcd for you to try for the Attiny 84A Browse to this location using File Explorer, it's hidden by default so just paste the link into your address bar. C:\ProgramData\MatrixTSL\FlowcodeV10\FCD\AVR\ If Flowcode is already open, then you will need to reload your project. I...
by medelec35
Mon Apr 29, 2024 8:43 am
Forum: General
Topic: Do I need this pin? ST7789 DC pin?
Replies: 3
Views: 60

Re: Do I need this pin? ST7789 DC pin?

Hello. I have read that the documentation has errors. Can you try the following: CS - 34 (B2) DC - 37 (B5) RST - 38 (B6) LED BL - 33 (B1) MOSI - 35 (B3) CLK 36 (B4) MISO -Any unused pin as not used. I have not got the hardware to confirm the above connections, So I can't guarantee it will work.
by medelec35
Wed Apr 24, 2024 3:55 pm
Forum: General
Topic: "No Device Detected when compile to target"
Replies: 3
Views: 166

Re: "No Device Detected when compile to target"

At least your issue is resolved now which is great!
Thanks for letting us know.
by medelec35
Tue Apr 23, 2024 12:14 pm
Forum: Bug Reports
Topic: ESP32 Wroom_32 Wlan compile to hex problem
Replies: 2
Views: 64

Re: ESP32 Wroom_32 Wlan compile to hex problem

Hi Stefan. You project compiles OK for me. I have look into this and there are two things to try Can you try Ben's suggestion here . I have found for some reason that if using idf v5.1.3 version then there is an error with Wlan. If using 5.1 release version then there is no compile error when using ...
by medelec35
Thu Apr 18, 2024 3:41 pm
Forum: General
Topic: "No Device Detected when compile to target"
Replies: 3
Views: 166

Re: "No Device Detected when compile to target"

Hello. First thing, have you installed the Eblock2 drivers? If you scroll down on the download page , you will see USB Drivers. It's important that when the Eblocks2 upstream board is connected to the PC, the USB LED flashes when Flowcode is loaded. Also, within Build > Compiler Options for your tar...
by medelec35
Thu Apr 18, 2024 2:00 pm
Forum: General
Topic: RS232 Wireless help!
Replies: 12
Views: 354

Re: RS232 Wireless help!

Hi Jorgen.
Just in case you want to compare two string values:
Compare Strings1.png
Compare Strings1.png (22.61 KiB) Viewed 195 times
Which is:

Code: Select all

Compare$("String1","String2",0) = 0
You can either use literal string values within quotes e.g. "1234ABC" or string variables or a combination of both.
See this Wiki page.
by medelec35
Thu Apr 18, 2024 10:32 am
Forum: Projects - Embedded
Topic: Rs232 display driver
Replies: 5
Views: 231

Re: Rs232 display driver

You're welcome.
PC developer (and Web developer) are great additions to Flowcode as they are very useful indeed.