Search found 9 matches

by Furiousbullet
Wed Oct 28, 2020 1:24 pm
Forum: Flowcode V8
Topic: Help - Cannot open file in Flowcode 8
Replies: 1
Views: 1230

Help - Cannot open file in Flowcode 8

Hello, I have recently upgraded to Flowcode 8 licence and I cannot open some of my old projects that have a .FCF file type. When I try to open them in Flowcode 8, Flowcode 8 flashes up but then automatically closes again. I have seen this on the forum in other places and I was wondering if I could D...
by Furiousbullet
Wed Oct 28, 2020 1:22 pm
Forum: General Programming
Topic: Help - need assistance with converting FCF file to FCFX so I can use with Flowcode 8
Replies: 0
Views: 961

Help - need assistance with converting FCF file to FCFX so I can use with Flowcode 8

Hello, I have recently upgraded to Flowcode 8 licence and I cannot open some of my old projects that have a .FCF file type. When I try to open them in Flowcode 8, Flowcode 8 flashes up but then automatically closes again. I have seen this on the forum in other places and I was wondering if I could D...
by Furiousbullet
Tue Oct 13, 2020 7:25 pm
Forum: Flowcode V8
Topic: Cannot compile to HEX with Pro lisence
Replies: 4
Views: 2869

Re: Cannot compile to HEX with Pro lisence

Thanks for this!

Is there anyway I can get a refund for the PIC16 architecture I purchased earlier today as I do not need that?

Thanks,
Sam
by Furiousbullet
Tue Oct 13, 2020 3:48 pm
Forum: Flowcode V8
Topic: Cannot compile to HEX with Pro lisence
Replies: 4
Views: 2869

Cannot compile to HEX with Pro lisence

Hello, Today we decided to purchase the full license for Flowcode 8 after our trial had run out. I have attached screenshots of the licenses and modules we purchased and the error below. Since upgrading to from the free version, we can no longer compile to HEX, it says "You do not have a valid ...
by Furiousbullet
Wed Aug 12, 2020 9:18 am
Forum: Flowcode V8
Topic: String Compare Function not working with RS232
Replies: 12
Views: 5652

Re: String Compare Function not working with RS232

Thanks for this and everyone’s help so far on this thread. The code is now working pretty well. My final question is when the button is pressed, I get an overlap of the “1” data, which uses up precious time before “VB” comes through, Is there a way to avoid this? Please see my attachment of the rece...
by Furiousbullet
Tue Aug 11, 2020 1:09 pm
Forum: Flowcode V8
Topic: String Compare Function not working with RS232
Replies: 12
Views: 5652

Re: String Compare Function not working with RS232

Hello, Try this and hopefully it should work better for you. You still had a timeout in your receive interrupt which hopefully I have removed for you now as well as the overhead of processing and comparing the string. Receiver_03.fcfx Higher baud rates should work ok at 16MHz. certainly 19200, you ...
by Furiousbullet
Mon Aug 10, 2020 6:00 pm
Forum: Flowcode V8
Topic: String Compare Function not working with RS232
Replies: 12
Views: 5652

Re: String Compare Function not working with RS232

Hi Furiousbullet, thank you for the kind welcome. You're welcome. One serious issue with your flowchart is you are calling an call function within your interrupt. you must never do that. An interrupt must be allowed to exit normally than exiting via a call to a macro. Also, if there is a fair bit o...
by Furiousbullet
Mon Aug 10, 2020 2:18 pm
Forum: Flowcode V8
Topic: String Compare Function not working with RS232
Replies: 12
Views: 5652

Re: String Compare Function not working with RS232

Hi Furiousbullet, Welcome to Matrix TSL forums. Reason for the RX not to work is you will need to use UART RXINT0 interrupt. Using the loop instead of UART RXINT0 interrupt you got next to no chance of capturing UART TX data. Try the above suggestion and if still not working, I can assist you furth...
by Furiousbullet
Sun Aug 09, 2020 5:11 pm
Forum: Flowcode V8
Topic: String Compare Function not working with RS232
Replies: 12
Views: 5652

String Compare Function not working with RS232

Hi all, I have been a Flowcode user for many years and I have been stuck on an issue for several weeks now. I have tried as many things as I can think of/found on these forums to no avail, please help! I have 2 RF modules, one is a tx and one is a rx on a separate circuit. When a button is pressed o...