Search found 229 matches

by jay_dee
Fri Aug 22, 2025 10:05 pm
Forum: Feature Requests
Topic: FC11 and commercial licence
Replies: 1
Views: 198

FC11 and commercial licence

I genuinely look forward to new FC releases, for about the last ten years I've paid for the commercial use versions. I think I probably cover that cost these days, with one or two commercial projects a year. I have no issue paying extra to support FC development. (Just look at Matlab costs. haha). F...
by jay_dee
Fri Aug 22, 2025 9:55 pm
Forum: Feature Requests
Topic: Newsletter?
Replies: 2
Views: 591

Re: Newsletter?

For me the news letter is a great place to explore/promote less commonly understood features. Or covering tech topics.... like structuring program, reading and writing registers or simply revisiting aspect that clearly took a long time to develop but are not in daily use by many users, i.e. Ghost an...
by jay_dee
Thu Aug 21, 2025 10:14 am
Forum: App Developer
Topic: App Dev - Image - where to store in deployed app
Replies: 1
Views: 235

App Dev - Image - where to store in deployed app

Hi, I have placed an image into a demo AppDev. When I deply the program, the image is missing. Where should the image be stored to ensure I can deploy the app, independantly of the enviroment used to develop the program. I tried dropping the image in the root of the AppDev program but this did not m...
by jay_dee
Mon Aug 18, 2025 3:34 pm
Forum: Projects - Embedded
Topic: UART Output is limiting to 20 Characters
Replies: 6
Views: 642

Re: UART Output is limiting to 20 Characters

Thanks Guys, I forced the "UART Send String" macro to send -- .TxString = "~1,1,1,My Value ECTBB,12345$" which is more than 20 Char This is sent fine, so its not a hardware or UART buffer issue. Looks like a concatenation issue with strings over 20 char. I cant find a working con...
by jay_dee
Mon Aug 18, 2025 2:08 pm
Forum: Projects - Embedded
Topic: UART Output is limiting to 20 Characters
Replies: 6
Views: 642

Re: UART Output is limiting to 20 Characters

Thanks, My string contents will have a varying length. It does not appear to make any difference what length I make the resultant's String length. i.e. TXstring[25] I dont know the details of how strings are concatenated TBH, But I presumed that if an actaul string was 4 characters but the string co...
by jay_dee
Mon Aug 18, 2025 12:57 pm
Forum: Projects - Embedded
Topic: UART Output is limiting to 20 Characters
Replies: 6
Views: 642

UART Output is limiting to 20 Characters

Hi, I would appreciated a second opinion on this. Attached is a simple bit of FC used for testing another program. It builds a string and sends this out over the UART at 57Kbit. A assembled string can be over 20 characters FC is attached. In simulation the output stream is fine, both UART Console an...
by jay_dee
Wed Aug 13, 2025 8:19 am
Forum: Bug Reports
Topic: Failed to Compile working FC, after recent PIC i2C updates.
Replies: 4
Views: 1701

Re: Failed to Compile working FC, after recent PIC i2C updates.

Hi Martin,
The channel options were only for Software or Channel 1.
If i replace with the file you provided, the issue is resolved.
All of the effected FC now compile OK.
Thanks, J.
by jay_dee
Fri Aug 08, 2025 11:37 am
Forum: Bug Reports
Topic: Failed to Compile working FC, after recent PIC i2C updates.
Replies: 4
Views: 1701

Failed to Compile working FC, after recent PIC i2C updates.

Hi, PIC 18F2585 project, compiled and worked fine a couple of weeks ago. It will now not compile and throws the error shown below. I ran a recent update of all files, not sure if this is part of the issue. There is no hardware channel 2 for i2C on the PIC18F2585 so maybe this is a bug of some sort? ...
by jay_dee
Tue Aug 05, 2025 11:10 am
Forum: General
Topic: Dual Core dsPICs - anyone tried these?
Replies: 2
Views: 799

Dual Core dsPICs - anyone tried these?

I've just been poking around the microchip website and saw Dual Core dsPICs. I strongly suspect this would get me very tied up in knots but has anyone tried this sort of product? I'm going to stick with a std dsPIC for now, but I like the idea of having one device that can run the general houskeepin...
by jay_dee
Sun Jul 06, 2025 12:37 pm
Forum: Feature Requests
Topic: 'Exclude From Build' options for build error debug
Replies: 4
Views: 6362

Re: 'Exclude From Build' options for build error debug

Any tool that helps with de-bugging are always great additions.