Compiler-dependent component behavior[SOLVED]
Posted: Mon May 05, 2025 7:37 pm
Hello everyone!
I would like to ask for help again.
Unfortunately, my problems with the PIC18F46K80 MCU are still not resolved.
Although I thought I had the solution: viewtopic.php?t=3122
The UART "SendString" component command still only works with the XC8 v2.50 compiler,
and the digital inputs work with everything except v2.50.
Currently, I can't compile a working project in which I use Input Portbits and send Strings via UART.
I created a Flowcode10 test project with XC8 v2.46 and it seems that the UART TX process execution is stuck due to incorrect results of String operations. (Length$("FLOWCODE")=0) I created a test project in MPLAB X v6.25 to compare compilers. For XC8 v2.50 and XC8 v2.46 the ports and UART work perfectly. I would like the components used in the Flowcode10 project to also be able to work within a project.
Thank you in advance for your help,
Sasi
I would like to ask for help again.
Unfortunately, my problems with the PIC18F46K80 MCU are still not resolved.
Although I thought I had the solution: viewtopic.php?t=3122
The UART "SendString" component command still only works with the XC8 v2.50 compiler,
and the digital inputs work with everything except v2.50.
Currently, I can't compile a working project in which I use Input Portbits and send Strings via UART.
I created a Flowcode10 test project with XC8 v2.46 and it seems that the UART TX process execution is stuck due to incorrect results of String operations. (Length$("FLOWCODE")=0) I created a test project in MPLAB X v6.25 to compare compilers. For XC8 v2.50 and XC8 v2.46 the ports and UART work perfectly. I would like the components used in the Flowcode10 project to also be able to work within a project.
Thank you in advance for your help,
Sasi