Search found 384 matches

by p.erasmus
Thu Dec 29, 2022 7:23 am
Forum: Feature Requests
Topic: PIC18F2331 pwm
Replies: 5
Views: 1733

Re: PIC18F2331 pwm

I have a doubt related to PWM of the PIC18F2331 family. They have 6 or 8 channels in hardware, but FC9 only permit 2 channels. Hi, The FC PWM Component supports the Standard CCP module(PWM) of the chip this particular chip has only two CCP modules the reason you can only select 2 PWM signals. The 2...
by p.erasmus
Sun Dec 25, 2022 8:04 am
Forum: General
Topic: Merry Xmas
Replies: 3
Views: 786

Re: Merry Xmas

Merry Christmas to all !
by p.erasmus
Wed Dec 14, 2022 12:19 pm
Forum: General
Topic: EBLOCKS 2 Arduino shield bl0055 not reading inputs
Replies: 8
Views: 1245

Re: EBLOCKS 2 Arduino shield bl0055 not reading inputs

Hi,

Try using the component macro calls for the componets you are using, ;)


P1.JPG
P1.JPG (78.04 KiB) Viewed 1210 times
P2.JPG
P2.JPG (89.18 KiB) Viewed 1210 times
by p.erasmus
Fri Nov 25, 2022 9:54 am
Forum: General
Topic: ESP32 compilation error
Replies: 2
Views: 624

Re: ESP32 compilation error

Hi,

For what it is worth, I saw this problem when I had more than 1 python version isntalled on my machine,what solved the issue was removing all Python versions and install only the version that is recomended in the FC instruction pdf file. :) :)
by p.erasmus
Thu Nov 24, 2022 12:25 pm
Forum: General
Topic: C-Sim Pack
Replies: 10
Views: 1917

Re: C-Sim Pack

The response on the forum has been excellent, but hasn't provided a resolution to the issue You give no details or an explenation what is the problem how do you expect a good answer or help ! Just saying as below help no one , I've already done that more than once without success. I'm not impressed...
by p.erasmus
Thu Nov 24, 2022 7:43 am
Forum: General
Topic: C-Sim Pack
Replies: 10
Views: 1917

Re: C-Sim Pack

Hi, Can you eleborate on without success hard to understand what is the problem. Please post a screen print from your licenses if the C SIM is not crossed out or say BUY then the pack is active. the path is as below Licensing >> View P2.JPG then you will see all the packs that are active for your li...
by p.erasmus
Tue Nov 22, 2022 6:44 am
Forum: Bug Reports
Topic: Oscilloscope trigger 'first run' issue
Replies: 9
Views: 1449

Re: Oscilloscope trigger 'first run' issue

First time of running - nothing happens - trigger doesn't fire. Changing anything (dragging the 0V marker down for example) - causes the trigger to fire This was reported in in the past :D It also has a tendency to trigger if you change the time scale .I found that doing that once then the scope wi...
by p.erasmus
Mon Nov 14, 2022 6:15 am
Forum: User Components
Topic: GLCD (ST7920)
Replies: 3
Views: 2681

Re: GLCD (ST7920)

Hi, If you have issue or concerns at least take the time to explain your issue with the component ,if you do not care to take time to explain your problem why should we the users take the effort and time to help ,if you yourself consider it so less important that you do not spend time to give a clea...
by p.erasmus
Mon Nov 07, 2022 10:36 am
Forum: General
Topic: String Conversion Issues
Replies: 2
Views: 614

Re: String Conversion Issues

Thanks Martin will give it a try ,
These are the functions I am using FloatToString$)


Tahnks a million
by p.erasmus
Sun Nov 06, 2022 2:29 pm
Forum: General
Topic: String Conversion Issues
Replies: 2
Views: 614

String Conversion Issues

Hi All, I am having 2 issues which I want to ask help please :oops: I am reading in a string on the UART then I split the stings and take out the different strings and then convert the strings into float numbers my problem is when the substring is a positive value it converts correctly however when ...