Page 1 of 1

Software uart wont compile

Posted: Sat Jan 14, 2017 4:32 pm
by zadah
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.

Re: Software uart wont compile

Posted: Sun Jan 15, 2017 8:28 am
by QMESAR
zadah wrote:FC7 software uart wont compile (12f683)
it would be nice to have custom C code like in FC5.
Well you can add custom C code in FC 6 and FC 7 or I am misunderstand you some how

Re: Software uart wont compile

Posted: Sun Jan 15, 2017 11:54 am
by zadah
QMESAR wrote:
zadah wrote:FC7 software uart wont compile (12f683)
it would be nice to have custom C code like in FC5.
Well you can add custom C code in FC 6 and FC 7 or I am misunderstand you some how
I mean c code editable components like in fc5. They disappeared with fc6 which was big loss on terms of functionality of the program.

Re: Software uart wont compile

Posted: Mon Jan 16, 2017 1:10 pm
by Benj
Hello,
I mean c code editable components like in fc5. They disappeared with fc6 which was big loss on terms of functionality of the program.
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.

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.

Re: Software uart wont compile

Posted: Mon Jan 16, 2017 1:18 pm
by Benj
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.
PIC_CAL_IO.h
(10.94 KiB) Downloaded 337 times

Re: Software uart wont compile

Posted: Tue Jan 17, 2017 12:13 pm
by zadah
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.
PIC_CAL_IO.h
Thanks Benj, i will give it a try.