Search found 9 matches

by pilot321
Tue Jun 01, 2021 9:02 am
Forum: General Programming
Topic: Flowcode 9 Ethernet W5500 module not working
Replies: 0
Views: 55611

Flowcode 9 Ethernet W5500 module not working

Hi I have flowcode 8 with a hobbyist license, and flowcode 9 with a professional license. I am using Eblocks 2 BL0011 and BL0080 device boards to run and test my programs. It has come to my attention, that if I compile to device in version 8 all my programs work fine. If I compile to device in versi...
by pilot321
Wed Feb 24, 2021 9:17 pm
Forum: Flowcode V8
Topic: BL0011 Baud Rate problem
Replies: 6
Views: 2992

Re: BL0011 Baud Rate problem

Hi Thanks for your reply, I have proved that the problem is with the Click RS232 board. I have used two BL0011 development boards connected together pin C6 TX on one chip to pin C5 on the other board, thus eliminating the Max232 chip. I have been able to use a baud Rate of 115200 error free between ...
by pilot321
Tue Feb 23, 2021 2:01 pm
Forum: Flowcode V8
Topic: BL0011 Baud Rate problem
Replies: 6
Views: 2992

Re: BL0011 Baud Rate problem

Hi Thanks for your reply, I have removed RTS/CTS Flow control completely from my test program, but unfortunately I am still getting the same issue, with the first character not being sent, only occasionally. The link for the Click RS232 is below. https://download.mikroe.com/documents/add-on-boards/c...
by pilot321
Mon Feb 22, 2021 2:36 pm
Forum: Flowcode V8
Topic: BL0011 Baud Rate problem
Replies: 6
Views: 2992

Re: BL0011 Baud Rate problem

Hi
I have created a new program to demonstrate the problem, I have C1 strapped to C2 for RTS/CTS.

If you look at the screenshot you can see it has missed of the initial S once, and Changed the initial S to a W twice.

Hope this helps, or could it be a problem with my hardware?

Thanks.
by pilot321
Mon Feb 22, 2021 11:12 am
Forum: Flowcode V8
Topic: BL0011 Baud Rate problem
Replies: 6
Views: 2992

BL0011 Baud Rate problem

Hi I am using a BL0011 development board, I have connected a Click board RS232 interface module to Port C, configured as channel1, using RTS/CTS and Flow Control. C6 is TX Pin, C5 is RX Pin, C1 and C2 as RTS/CTS. If I set the Baud Rate to 9600, I find that about 20% of the time the first character o...
by pilot321
Wed Nov 18, 2020 3:31 pm
Forum: Flowcode V8
Topic: Compiler problem PIC 18F4450
Replies: 7
Views: 3402

Re: Compiler problem PIC 18F4450

Hi
Thanks for the demo program, I have it running, hopefully I will be able to progress.
Thanks for your help.
by pilot321
Wed Nov 18, 2020 2:20 pm
Forum: Flowcode V8
Topic: Compiler problem PIC 18F4450
Replies: 7
Views: 3402

Re: Compiler problem PIC 18F4450

Hi Martin I have changed the Oscillator settings from 15, and tried various combinations of Oscillator types, clock speeds and divide values. I have managed to flash an LED at approximately I second intervals, but not exactly, also I have tried to display text on the LCD, but to no avail. Ultimately...
by pilot321
Tue Nov 17, 2020 9:58 pm
Forum: Flowcode V8
Topic: Compiler problem PIC 18F4450
Replies: 7
Views: 3402

Re: Compiler problem PIC 18F4450

Hi Thanks for getting back to me. I am not using C code to configure the oscillator, but I have disabled the extended instructions and watchdog timer, and the chip is now compiling. I am still getting the following warning. ^ (1386) unable to determine the semantics of the configuration setting "FOS...
by pilot321
Tue Nov 17, 2020 9:09 pm
Forum: Flowcode V8
Topic: Compiler problem PIC 18F4450
Replies: 7
Views: 3402

Compiler problem PIC 18F4450

HI I have a basic license for 8 bit PIC, and BL0080 and BL0011 programmer boards. I have compiled programs successfully to the 16F18877 supplied with the boards. I have written a program for the 18F4450 chip, but when I try to compile this chip I am unsuccessful. I have attached a screenshot, could ...