This problem already existed:
https://www.flowcode.co.uk/mmforums/vie ... te#p103383
compilation error
-
- Posts: 103
- http://meble-kuchenne.info.pl
- Joined: Mon Dec 07, 2020 12:47 pm
- Been thanked: 1 time
Re: compilation error
I have made two simple demo programs
- Attachments
-
- transmit.fcfx
- (9.51 KiB) Downloaded 11 times
-
- receive.fcfx
- (10.37 KiB) Downloaded 13 times
-
- Matrix Staff
- Posts: 1924
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 623 times
- Been thanked: 645 times
Re: compilation error
Hi Chris.
For TX I have repeatedly got the Baud change from 9600 to 115200, then back to 9600 indefinitely, and in FC10 working perfectly on embedded hardware.
Could there be stay capacitance affecting the UART?
Which is not working for you, its RX or TX?
Another option is just use a baud of 115200 and don't use the ChangeBaud function.
Is 115200 transmitted and received OK?
For TX I have repeatedly got the Baud change from 9600 to 115200, then back to 9600 indefinitely, and in FC10 working perfectly on embedded hardware.
Could there be stay capacitance affecting the UART?
Which is not working for you, its RX or TX?
Another option is just use a baud of 115200 and don't use the ChangeBaud function.
Is 115200 transmitted and received OK?
Martin