FC7 software uart wont compile (12f683)
When I open same file on FC6 it compiles ok. (File was orginally made in FC7 free version)
PS. Could you make interface more like in FC5 ( it has most clear layout so far...) + it would be nice to have custom C code like in FC5.
Software uart wont compile
Moderator: Benj
- QMESAR
- Valued Contributor
- Posts: 1287
- Joined: Sun Oct 05, 2014 3:20 pm
- Location: Russia
- Has thanked: 384 times
- Been thanked: 614 times
Re: Software uart wont compile
Well you can add custom C code in FC 6 and FC 7 or I am misunderstand you some howzadah wrote:FC7 software uart wont compile (12f683)
it would be nice to have custom C code like in FC5.
https://www.flowcodexchange.com/
Regards QMESAR
Regards QMESAR
Re: Software uart wont compile
I mean c code editable components like in fc5. They disappeared with fc6 which was big loss on terms of functionality of the program.QMESAR wrote:Well you can add custom C code in FC 6 and FC 7 or I am misunderstand you some howzadah wrote:FC7 software uart wont compile (12f683)
it would be nice to have custom C code like in FC5.
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Software uart wont compile
Hello,
For the next upcoming v7 release we have made component creation significantly easier which should help a lot.
Investigating the software UART problem for you now.
In v5 this was a fairly nice feature however it was a support nightmare and had the ability to really break your programs with no way of knowing how or why. We purposely removed it from v6 and instead created the component creation feature should you want to create your own component library with different or altered code. This also simulates which is a massive advantage over the v5 none simulating custom code.I mean c code editable components like in fc5. They disappeared with fc6 which was big loss on terms of functionality of the program.
For the next upcoming v7 release we have made component creation significantly easier which should help a lot.
Investigating the software UART problem for you now.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Software uart wont compile
I have now fixed the problem. Simply copy the attached file into your "Flowcode 7/CAL/PIC" folder and the compilation should then work correctly.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Re: Software uart wont compile
Thanks Benj, i will give it a try.Benj wrote:I have now fixed the problem. Simply copy the attached file into your "Flowcode 7/CAL/PIC" folder and the compilation should then work correctly.