Search found 36 matches

by luibra63
Mon Mar 30, 2020 12:14 pm
Forum: Flowcode V8
Topic: wired and buttom simulation
Replies: 3
Views: 1606

Re: wired and buttom simulation

Hi chipfryer27
Your idea is ok but I use a pic16lf1823 anf I dn't have other free pin.
I have to try if possible to program the button function
thanks
best regards
by luibra63
Sat Mar 28, 2020 10:46 pm
Forum: Flowcode V8
Topic: wired and buttom simulation
Replies: 3
Views: 1606

wired and buttom simulation

Hi all I have a simple question: In my proyct have 3 buttom, the first buttom is connect to porta1, the second buttom connect to porta2, and the third buttom connect to porta1 and porta2 in wired mode with two diode, in simulation mode i don't have a problem for buttom1 and buttom2 but for buttom3 ?...
by luibra63
Thu Nov 29, 2018 12:31 am
Forum: Flowcode V8
Topic: Comparator PC10f204
Replies: 6
Views: 4458

Re: Comparator PC10f204

Hi
I tested firmware send from STibor, perfect funcionally, I changed only configuration pin "CIN-" because I used internal reference value.
For me is very important understend "C code" icon, your example is very exaustive.
Thankyou very much
by luibra63
Tue Nov 27, 2018 10:44 pm
Forum: Flowcode V8
Topic: Comparator PC10f204
Replies: 6
Views: 4458

Re: Comparator PC10f204

thanks Bengj, very good.
thanks Stibor, fantastic, but for me is difficult, I am only harware man and software is devil for me. :twisted: :twisted:
Anyway I want to understand to try
best regards
by luibra63
Mon Nov 26, 2018 7:16 pm
Forum: Flowcode V8
Topic: Comparator PC10f204
Replies: 6
Views: 4458

Re: Comparator PC10f204

Thanks Benj All is clear, I'll try tomorrow. Flowcode is very good, I'm not a programmer, I'm hardware specialist, and flowcode for me is perfect for realized a my Christmas project. only question, exist one list of command "C" code correct or different for flowcode?, for example, tes_bit , set_bit ...
by luibra63
Sun Nov 25, 2018 11:32 pm
Forum: Flowcode V8
Topic: Comparator PC10f204
Replies: 6
Views: 4458

Comparator PC10f204

Hi all I use a PIC10F204 for a simple project. I need actived a led when the voltage at the pin GP0 is major at the 06V, internal refernce voltage at the comparator. I read that the flowcode not simulate the internal comparator, is correct? when I tried at connect a potentiometer at pin GP0 for simu...
by luibra63
Wed Jul 11, 2018 9:55 am
Forum: Bug reports
Topic: FC7 crash and not program
Replies: 8
Views: 7049

Re: FC7 crash and not program

thankyou Benj
best regards
by luibra63
Mon Jul 02, 2018 11:22 pm
Forum: Bug reports
Topic: FC7 crash and not program
Replies: 8
Views: 7049

Re: FC7 crash and not program

Hi LeighM thankyou for your support. I removed FC7 from my pc and reinstall version 7.3.0.5 and it work perfectly. Is this latest vrsion or exist a other version? I don't understand because two different computer present same defect in same moment. This is principal computer I use every day but flow...
by luibra63
Mon Jul 02, 2018 2:17 pm
Forum: Bug reports
Topic: FC7 crash and not program
Replies: 8
Views: 7049

Re: FC7 crash and not program

Hi LeighM I tried running Windows in safe mode, but not program. I tried replace "avrc_arduinoA.bat" in C:\Program Files (x86)\Flowcode 7\compilers, but not program when I conect the arduino card show a driver (look pdf attacted). The same problem are with mega and nano arduino card. I try reinstall...
by luibra63
Mon Jul 02, 2018 9:27 am
Forum: Bug reports
Topic: FC7 crash and not program
Replies: 8
Views: 7049

Re: FC7 crash and not program

Hi Yes Ihave installed antivirus in my pc but the problem also exist when antivirus in desable mode I installed the fc7 in other pc with different antivirus and the problem is same. when I realized my program, flowcode work in simulation, compile and generate "hex" file., but when I "Press OK to con...
by luibra63
Mon Jul 02, 2018 8:38 am
Forum: Bug reports
Topic: FC7 crash and not program
Replies: 8
Views: 7049

FC7 crash and not program

Hi I have a big problem with flowcode7. Last month i realized a new program and I programming my card arduino mega and work perfectly.In this moment I open the same project and when I try programming card with flowcode7 this crashing, don't programming and automatically close flowcode this same prob...
by luibra63
Tue Mar 27, 2018 10:50 am
Forum: AVR & Arduino
Topic: info BL0055 ghost tecnology
Replies: 2
Views: 5238

Re: info BL0055 ghost tecnology

Hi
thankyou
Benj
if you product a card for arduino mega is very good, the card for only arduino uno is limited, but for my first experience BL0055 is good
best regards
by luibra63
Sat Mar 24, 2018 12:26 pm
Forum: AVR & Arduino
Topic: info BL0055 ghost tecnology
Replies: 2
Views: 5238

info BL0055 ghost tecnology

hi
I see the card BL0055 for arduino 1 ghost tecnology, is it possible use same BL0055 for other cards arduino? mega, nano,ecc, or is it only for arduino 1?
thanks
best regards
by luibra63
Mon Mar 19, 2018 11:02 pm
Forum: Flowcode V7
Topic: info calculation icon
Replies: 2
Views: 2487

Re: info calculation icon

Thank you LeighM
I changed format variable time 8 bit in Ulong, same dimensions other variable and my card work perfectly.
best regards
by luibra63
Mon Mar 19, 2018 1:15 pm
Forum: Flowcode V7
Topic: info calculation icon
Replies: 2
Views: 2487

info calculation icon

HI I have a problem with calculation icons. in my program I use the long variable "pulse_tot". in simulation mode the value is always correct, when I program my card its not work. I know the problem bat not understand. for example: pulse_tot=1000*time*6 time is variable with value 2-15 for exaple fo...
by luibra63
Fri Mar 09, 2018 7:20 pm
Forum: Flowcode V7
Topic: I2C general call address
Replies: 2
Views: 2666

Re: I2C general call address

thank you Benj, very good, next week I try the firmware
best regards
by luibra63
Sun Feb 25, 2018 4:55 pm
Forum: Flowcode V7
Topic: I2C general call address
Replies: 2
Views: 2666

I2C general call address

Hi I have a question, I use the arduino nano , or arduino uno with one master and twenty comunication slave. I need have double address, single address for only card and a call address for all card for comon comunication (general call address). Is there an esample for me ? thanks and sorry for my en...
by luibra63
Thu Nov 02, 2017 3:36 pm
Forum: Flowcode V7
Topic: standard licence
Replies: 2
Views: 2215

Re: standard licence

Very well
thanks Martin
best regards
by luibra63
Sat Oct 21, 2017 11:58 am
Forum: Flowcode V7
Topic: standard licence
Replies: 2
Views: 2215

standard licence

Hi
I have a standard licence in my principal desktop pc, but when my son use this pc for scool and navigate, I don't work with "flowcode7", is it possible to install my licence in other pc or desktop pc?
best regards
by luibra63
Tue Nov 08, 2016 11:10 am
Forum: Flowcode V7
Topic: I2C slave
Replies: 3
Views: 3231

Re: I2C slave

thankyou LeighM, the error is my, I confused the address slave, now working.
When I must prefer I2C call of "Tools menu" from I2C slave of "Comms menu"?
thanks
by luibra63
Mon Nov 07, 2016 12:46 am
Forum: Flowcode V7
Topic: I2C slave
Replies: 3
Views: 3231

I2C slave

Hi I modify my old project for Crismtas. in this moment I use "arduino uno" card for master programmer realized with flowcode7 and it perfect work with 6 old slave cards realized with PIC 16F877 programmed in assemler. for new slave card I use "arduino pro micro" but the module slave not work. Is th...
by luibra63
Sat Nov 05, 2016 1:39 am
Forum: Flowcode V7
Topic: arduino pro micro programming
Replies: 1
Views: 2616

arduino pro micro programming

Hi
I have a problem with "arduino micro pro card".
If I create the my program with "arduino micro selected , my card not programmed; for program it, I need select "arduino leonardo card" why?
thanks
by luibra63
Sat Oct 01, 2016 9:25 am
Forum: Flowcode V7
Topic: eeprom show
Replies: 17
Views: 12605

Re: eeprom show

Hi Martin, Lewis and Matrix Staff
I installed 7.1.1 patch, the console works perfectly and I can see the internal eeprom.
thank you all
by luibra63
Tue Sep 27, 2016 5:26 pm
Forum: Flowcode V7
Topic: eeprom show
Replies: 17
Views: 12605

Re: eeprom show

very well
We expect the patch
best regards
by luibra63
Mon Sep 26, 2016 10:24 am
Forum: Flowcode V7
Topic: eeprom show
Replies: 17
Views: 12605

Re: eeprom show

licence.JPG thanks Martin But in this post we talk of version 6. Version 7 is different? there is not written anywhere that the standar version is limited compared with the professional vesion. the only difference is that with the professional version you can sell the projects, but it is not my cas...