Search found 170 matches

by GTF
Tue Feb 13, 2018 4:01 am
Forum: Flowcode V6
Topic: Re-activate BoostC license after V6 re-install?
Replies: 4
Views: 3848

Re: Re-activate BoostC license after V6 re-install?

Thanks Benj. Run as Admin seemed to do the trick for re-licensing BoostC. I also found that the latest version of Vipre Advanced Security blocks compilation so that it appears that the preprocessor just keeps running forever. If I untick "Block potentially malicious processes" in Vipre, compilation ...
by GTF
Mon Feb 12, 2018 3:18 pm
Forum: Flowcode V6
Topic: Re-activate BoostC license after V6 re-install?
Replies: 4
Views: 3848

Re: Re-activate BoostC license after V6 re-install?

Hi Ben,

Windows 10, but I had to re-install it. I haven't done anything with BoostC. Have already tried uninstall, delete FC folder(copied elsewhere first to save my macros etc) and re-installed V6. Is there anything else I need to delete?
by GTF
Sun Feb 11, 2018 8:25 pm
Forum: Flowcode V6
Topic: Re-activate BoostC license after V6 re-install?
Replies: 4
Views: 3848

Re-activate BoostC license after V6 re-install?

Hi All, I have a Pro license for V6 and that is showing correctly when I click on view licenses. But when I try to compile BoostC shows "Single user Lite License (Unregistered) for 0 node(s), Limitations: PIC18 max code size:8192 bytes, max RAM banks:2, Non commercial use only" How do I get this act...
by GTF
Sun Apr 30, 2017 4:13 pm
Forum: Flowcode V7
Topic: Serial USB - Unsigned Driver Fail
Replies: 20
Views: 15706

Re: Serial USB - Unsigned Driver Fail

It appears that these descriptors are in a new file in V7: usb_serial_descriptors.c
by GTF
Sat Apr 29, 2017 10:21 pm
Forum: Flowcode V7
Topic: Serial USB - Unsigned Driver Fail
Replies: 20
Views: 15706

Re: Serial USB - Unsigned Driver Fail

Hi Grant Not sure how you accomplish the use of a standard Windows USB driver for your PIC USB communication. I am sure others would like to know how you achieved that. I have tried many times to get the driver working, but a Kernel driver that utilises PnP is forced to comply with UEFI policies, a...
by GTF
Thu Apr 27, 2017 8:53 pm
Forum: Flowcode V7
Topic: Serial USB - Unsigned Driver Fail
Replies: 20
Views: 15706

Re: Serial USB - Unsigned Driver Fail

Hi Dave

Have you tried uninstalling the FC generated driver and allowing Windows to sort out the driver? I had the same issue with the FC driver: viewtopic.php?f=54&t=17371&hilit=+driver

TX buffer must also not exceed 8 bytes when I use this component.
by GTF
Thu Apr 27, 2017 2:17 pm
Forum: Flowcode V7
Topic: Serial USB - Unsigned Driver Fail
Replies: 20
Views: 15706

Re: Serial USB - Unsigned Driver Fail

I should have posted this image. I am using this with both Windows 10 Home and Pro(1607) versions.
https://msdn.microsoft.com/en-us/librar ... s.85).aspx

Grant
by GTF
Thu Apr 27, 2017 5:35 am
Forum: Flowcode V7
Topic: Serial USB - Unsigned Driver Fail
Replies: 20
Views: 15706

Re: Serial USB - Unsigned Driver Fail

Windows 10 does not request a driver for my 18F45K50 devices using the using the USB Serial component(V6), and I do not provide one to my customers.
by GTF
Tue Mar 28, 2017 3:47 am
Forum: Flowcode V6
Topic: USB Serial Issue
Replies: 1
Views: 3729

Re: USB Serial Issue

Reducing the USB Serial TX Buffer to 8 Bytes fixed this.
by GTF
Sun Mar 26, 2017 6:23 am
Forum: Flowcode V6
Topic: USB Serial Issue
Replies: 1
Views: 3729

USB Serial Issue

Hello All, I have an issue where a USB Serial "SendString" does not occur when it should. The macro includes a series of SendString's followed by a loop that repeats for about 15 seconds to do some ADC reads. The last string send("star\n") prior to the loop almost always occurs only after the loop e...
by GTF
Wed Jun 22, 2016 11:51 pm
Forum: Flowcode V6
Topic: [Solved ]OLED: half pixels present..
Replies: 4
Views: 4404

Re: [Solved ]OLED: half pixels present..

I just received a few SSD1306 64 x 128 .96" displays. I have configured for I2C. It appears to me that when Interlaced = NO is selected, every second line is skipped so that the Y dimension is doubled. Here is a short video. The only difference between the first and second half is that Interlaced wa...
by GTF
Tue Jun 21, 2016 3:47 am
Forum: Flowcode V6
Topic: how remove files from resource manager
Replies: 1
Views: 2648

Re: how remove files from resource manager

The "Delete" key works for me. :)
by GTF
Mon Jun 20, 2016 4:10 am
Forum: User Components
Topic: Copy Properties to custom component?
Replies: 6
Views: 10101

Re: Copy Properties to custom component?

kersing wrote:At the top of the project explorer there is an icon with "EV"
Guess I couldn't see that for looking!

Got it all sorted out and working now.

Thanks kersing!

Grant
by GTF
Sat Jun 18, 2016 4:24 pm
Forum: User Components
Topic: Copy Properties to custom component?
Replies: 6
Views: 10101

Re: Copy Properties to custom component?

Is there a list of valid events? From where is a macro such as Ev_Property called? Seems to be something in the example that I cannot see that allows it to work while the same code ported to my component doesn't. Importing my code to the example works, but I am not allowed to view the generated code...
by GTF
Wed Jun 15, 2016 5:06 pm
Forum: User Components
Topic: Copy Properties to custom component?
Replies: 6
Views: 10101

Re: Copy Properties to custom component?

Thanks Benj, I'll have a look at it.
by GTF
Tue Jun 14, 2016 5:36 pm
Forum: User Components
Topic: Copy Properties to custom component?
Replies: 6
Views: 10101

Copy Properties to custom component?

Hi, First attempt at putting together a custom component. This one includes the cal_SPI component. I have copied the properties of the SPI component to the custom component's properties. The problem is that when the custom component is used in a project, and "Channel 1"(hardware SPI) is selected, th...
by GTF
Wed Apr 06, 2016 2:44 am
Forum: Flowcode V6
Topic: Max int length for ToString$
Replies: 8
Views: 6587

Re: Max int length for ToString$

This works fine
by GTF
Wed Apr 06, 2016 2:18 am
Forum: Flowcode V6
Topic: Max int length for ToString$
Replies: 8
Views: 6587

Re: Max int length for ToString$

Turns out it is not a string length issue. It appears to be related to the concatenation itself. This doesn't work(string1[40]), but sending the converted 12345 alone works.
by GTF
Tue Apr 05, 2016 9:48 pm
Forum: Flowcode V6
Topic: Max int length for ToString$
Replies: 8
Views: 6587

Re: Max int length for ToString$

Actually, I think it was a string length issue. I forgot that the variable was concatenated with other strings. The sum length of the strings had grown too long for the holding string[30].
by GTF
Tue Apr 05, 2016 7:20 pm
Forum: Flowcode V6
Topic: Max int length for ToString$
Replies: 8
Views: 6587

Re: Max int length for ToString$

I created a standard string variable (length 20). I am sending over USB serial.
by GTF
Tue Apr 05, 2016 5:39 pm
Forum: Flowcode V6
Topic: Max int length for ToString$
Replies: 8
Views: 6587

Max int length for ToString$

Is there a maximum length that will be converted? If my number is greater than 4 digits, it gets truncated to the first 4.
eg. 12345 converts to 1234
by GTF
Fri Apr 01, 2016 4:00 pm
Forum: Flowcode V6
Topic: Trying to get i2C lcd working with Flowcode
Replies: 21
Views: 19467

Re: Trying to get i2C lcd working with Flowcode

One other thing I forgot to mention is that I do have two pullup resistors on the SCL/SDA lines of 4.7k installed to +5v. Werner You can likely remove these if your backpack already has them like all mine do. It seems to me I had to do this once to get the I2C working the first time I used one of t...
by GTF
Fri Apr 01, 2016 12:21 am
Forum: Flowcode V6
Topic: Trying to get i2C lcd working with Flowcode
Replies: 21
Views: 19467

Re: Trying to get i2C lcd working with Flowcode

I am using it with PIC devices. The source code is posted on the forum. I think this thread has it: viewtopic.php?f=54&t=16790&p=72517&hili ... ode#p72517
by GTF
Thu Mar 31, 2016 11:16 pm
Forum: Flowcode V6
Topic: Trying to get i2C lcd working with Flowcode
Replies: 21
Views: 19467

Re: Trying to get i2C lcd working with Flowcode

Thought you were still using 32.
Werner wrote:I also did verify that the decimal address is correct 0x20 / 32. I had to use a cool little sketch I2C Scanner with the Arduino IDE to find it
by GTF
Thu Mar 31, 2016 11:03 pm
Forum: Flowcode V6
Topic: Trying to get i2C lcd working with Flowcode
Replies: 21
Views: 19467

Re: Trying to get i2C lcd working with Flowcode

If that worked with the current backpack, then your device address should also be 0x27(39) in FC.