Page 3 of 3
Re: send string
Posted: Sat Aug 15, 2020 1:11 pm
by medelec35
Do you want baud rate and clock frequency kept the same, or increased?
Re: send string
Posted: Sat Aug 15, 2020 2:59 pm
by 0101
Hi Mr. Martin,
8MHz clock frequency, the 9600 transfer rate.
Thank you in advance !
Re: send string
Posted: Sat Aug 15, 2020 3:44 pm
by medelec35
The higher the clock frequency, the higher the baud rate of UART can be.
Personally I would run clock between 16 and 32MHz.
Attached are requested files.
Have you tried disabling firewall, than try again with Flowcode V8?
Also when you run V8, if it connects OK with server, on the start page you will see:

- V8 Connected to server.png (176.18 KiB) Viewed 9999 times
If does not, you will see:

- V8 Not connected to server.png (44.22 KiB) Viewed 9999 times
So not worth entering licence details until you can see the top image on the Start Page of Flowcode.
Re: send string
Posted: Sat Aug 15, 2020 4:23 pm
by 0101
Hi Mr. Martin,
Well, I get the message below when I launch Flowcode, it seems weird.
Thanks a lot for the hex files.
Re: send string
Posted: Sat Aug 15, 2020 4:38 pm
by 0101
Hi Mr. Martin,
I'm pleasantly impressed, it works. Flowcharts are made in Flowcode 8.2.2. ? Which compiler did you use, the XC8 in Flowcode or the new version from Microchip?
Re: send string
Posted: Sat Aug 15, 2020 5:01 pm
by medelec35
Your're welcome & glad it works.
Created with Flowcode 8.2.2.15, using the default XC8 shipped with Flowcode.
Re: send string
Posted: Sat Aug 15, 2020 6:45 pm
by 0101
Great, worth all the money. Does Flowcode 8.2.2.15 also support 10F200 or 12F509? Can you compile?
Re: send string
Posted: Sat Aug 15, 2020 7:03 pm
by medelec35
Yes it is.
I have used flowcode to develop a complex touch screen heating controller with many features, RF remotes, MP3 players, Data-loggers etc.
Would not have been possible otherwise.
Yes both devices are supported, but neither have UART.
Therefore would not be able to compile flowcharts.
Scroll down
this page to see what devices Flowcode supports and it even shows you what peripheral's each device supports.
Re: send string
Posted: Sat Aug 15, 2020 7:18 pm
by 0101
Definitely they do not have UART, I am interested, for example if I turn on and off some LEDs etc
Re: send string
Posted: Sat Aug 15, 2020 11:06 pm
by medelec35
Yes, it will do that.
I would not recommend usage of the older types.
12F1840 is what I use for 8 pin devices.
They are cheap, advanced and have enough peripheral's & memory for my needs so far.
Maximum clock speed is 32MHz so fast enough for my needs as well.