Search found 10 matches

by Steve_L
Tue Mar 11, 2014 2:16 pm
Forum: Flowcode V5
Topic: Flowcode V5 : Arduino Leonardo & UNO SMD
Replies: 4
Views: 5404

Re: Flowcode V5 : Arduino Leonardo & UNO SMD

Hello, I permit myself to re-post because I still can not use the Arduino UNO SMD and Lenardo in Flowcode V5 and i just tried with Flowcode V6 and it is the same result. I tried the dazz solution but with UNO SMD, the chip is still unknown and with Leonardo, Flowcode recognizes the chip but I got a ...
by Steve_L
Thu Feb 20, 2014 11:17 am
Forum: Flowcode V6
Topic: Flowcode V6 : Adding C functions
Replies: 5
Views: 5149

Re: Flowcode V6 : Adding C functions

Hello Jonny, Oh yes exuse me! I didn't understood very well the article I guess :( Now I know how to use it (component creation), I would like to know if it is possible to use BoostC functions as strlen() or strtok() with this method? Moreover, I read somewhere that BoostC does not accept mathematic...
by Steve_L
Thu Feb 20, 2014 9:07 am
Forum: Flowcode V5
Topic: Flowcode V5 : Arduino Leonardo & UNO SMD
Replies: 4
Views: 5404

Re: Flowcode V5 : Arduino Leonardo & UNO SMD

Hello dazz,

Sorry, I re-post because I just tested with the Arduino UNO SMD. Unfortunately, Flowcode still tells me that "m328 not found" whereas he Leonardo works fine.

Is there any other thing I have to change?

Thanks!

Best regards,

Steve_L
by Steve_L
Wed Feb 19, 2014 3:36 pm
Forum: Flowcode V6
Topic: Flowcode V6 : Adding C functions
Replies: 5
Views: 5149

Re: Flowcode V6 : Adding C functions

Great! It seems to be exactly what I was looking for. I didn't knew this blog. I maybe missed something because I don't succeed to make it appear in the component list. 1) First I write my code with the " Supplementary code " button : int div2(int var){return var/2;} 2) Then I check " use supplement...
by Steve_L
Wed Feb 19, 2014 12:08 pm
Forum: Flowcode V6
Topic: Flowcode V6 : Adding C functions
Replies: 5
Views: 5149

Flowcode V6 : Adding C functions

Hello everyone! I have to thank people who manage this forum because on each of my questions, someone answered me so quickly and each time it was realy helpfull. This time, I am working with the EB006 on a 16F877A. I'm working on a quite big project and I would like to use my own functions in my Flo...
by Steve_L
Wed Feb 19, 2014 10:34 am
Forum: Flowcode V5
Topic: Flowcode V5 : Arduino Leonardo & UNO SMD
Replies: 4
Views: 5404

Re: Flowcode V5 : Arduino Leonardo & UNO SMD

Hello,

Thank you dazz, it works perfectly!

Have a good day :)

Best regards
by Steve_L
Mon Feb 10, 2014 12:01 pm
Forum: Flowcode V5
Topic: Flowcode V5 : PIC 18f14k50 and RS232 baudrate
Replies: 4
Views: 4508

Re: Flowcode V5 : PIC 18f14k50 and RS232 baudrate

Thank you Martin :D , I finally used a 11059200Hz quartz.
by Steve_L
Mon Feb 10, 2014 11:58 am
Forum: Flowcode V5
Topic: Flowcode V5 : Arduino Leonardo & UNO SMD
Replies: 4
Views: 5404

Flowcode V5 : Arduino Leonardo & UNO SMD

Hello everybody! I would like to use Flowcode V5 AVR with my Arduino Leonardo and my Arduino UNO SMD but I suppose I made a mistake because Flowcode tells me that m328 and m32u4 are unknown : " avrdude.exe: AVR Part "m32u4" not found " or " avrdude.exe: AVR Part "m328" not found. " What I don't unde...
by Steve_L
Wed Feb 05, 2014 11:56 am
Forum: Flowcode V5
Topic: Flowcode V5 : PIC 18f14k50 and RS232 baudrate
Replies: 4
Views: 4508

Re: Flowcode V5 : PIC 18f14k50 and RS232 baudrate

Hi Ben,

Thank you for your answer!

The highest quartz in the datasheet is 18.432MHz but this frequency does not appear in Flowcode. Then I hope 12MHz (present in the datasheet and in Flowcode) will be suficiente for a speed of 115200. :wink:

Best Regards,

Steve
by Steve_L
Tue Feb 04, 2014 5:14 pm
Forum: Flowcode V5
Topic: Flowcode V5 : PIC 18f14k50 and RS232 baudrate
Replies: 4
Views: 4508

Flowcode V5 : PIC 18f14k50 and RS232 baudrate

Hello everybody! I am trying to use a PIC 18F14k50 in order to communicate with a module using serial communication. This module works with an 115200 baud rate. In the RSR232 properties (in flowcode), the baud rate is limited to 38400. An option exists to use a custom baud rate. I used it and set th...