Search found 1883 matches

by BenR
Mon Jan 13, 2025 9:54 am
Forum: Bug Reports
Topic: MQTT Client Component
Replies: 1
Views: 629

Re: MQTT Client Component

Good Morning Martin,

Sorry about this, not sure why the function was changed to hidden. Anyway it should be there for you now in the library updates.
by BenR
Thu Dec 19, 2024 10:10 am
Forum: Bug Reports
Topic: Fowcode forget pins of all i2c devices
Replies: 2
Views: 1167

Re: Fowcode forget pins of all i2c devices

Hello, Please can you attach or PM me your project file and I'll take a look for you. Please also list what the connections should be and I'll see if I can replicate and fix. Edit, sorry I've replicated it and this has been fixed before, I can see why it keeps happening and I've now taken steps to h...
by BenR
Thu Dec 19, 2024 10:01 am
Forum: Bug Reports
Topic: ILI9488: pixel queue size limited?
Replies: 1
Views: 1022

Re: ILI9488: pixel queue size limited?

Hello,

I would keep the pixel queue size to the size of a single pixel row and that should hopefully work ok without issues. I'll look into why the corruption is happening and if I can't find a nice way to stop it then I'll put a limit on the value you can enter to make it easier to get it right.
by BenR
Wed Dec 18, 2024 12:08 pm
Forum: App Developer
Topic: Serial component - incoming character Forces stop
Replies: 5
Views: 2109

Re: Serial component - incoming character Forces stop

Hello, Currently a null will terminate the received string. Otherwise yes your thoughts are correct. Timeouts and COM ports are a bit broken in my experience of modern windows. They used to be really good but then took a back seat as more and more was built underneath them. Steve is probably more be...
by BenR
Tue Dec 10, 2024 1:46 pm
Forum: Bug Reports
Topic: Issue with MODBUS register address configuration
Replies: 11
Views: 2733

Re: Issue with MODBUS register address configuration

Hello,

The addressing section of this page might be useful for you. It shows how Modbus addresses map to the Flowcode assigned addresses.

https://www.flowcode.co.uk/wiki/index.p ... Addressing
by BenR
Tue Dec 03, 2024 11:30 am
Forum: Bug Reports
Topic: UART receive value 255 is not infinite wait
Replies: 7
Views: 4008

Re: UART receive value 255 is not infinite wait

Hello, The wait forever should be working on those chip families, I've just had a look through the code and it looks ok to me. Do you have pull up resistors on the RX pin so the pin defaults high when nothing is connected? If the pin is disconnected and allowed to float then this could potentially a...
by BenR
Mon Dec 02, 2024 9:39 pm
Forum: General
Topic: Best tactic to decode JSON data..
Replies: 17
Views: 6173

Re: Best tactic to decode JSON data..

Hello, That's great glad it's working better for you now :D Thanks for letting us know. Just checked the component source and ReadDataAsFloat seems to be working ok for me. What chip type are you using and I'll test again on there just to check it's not a specific CAL/toolchain issue. Screenshot 202...
by BenR
Mon Dec 02, 2024 10:02 am
Forum: Bug Reports
Topic: UART receive value 255 is not infinite wait
Replies: 7
Views: 4008

Re: UART receive value 255 is not infinite wait

Hello,

Please can you give us a simple example that demonstrates the problem, helps to pinpoint exactly where the issue could be, e.g. the specific chip family etc.
by BenR
Mon Dec 02, 2024 9:51 am
Forum: General
Topic: Best tactic to decode JSON data..
Replies: 17
Views: 6173

Re: Best tactic to decode JSON data..

Hello, I can see what's going wrong, I updated the component so it could better deal with nested array data ( counts , and { characters ) but it looks like I didn't update the FindName function to match ( was just counting , characters ). I've just pushed an update to the component that should solve...
by BenR
Tue Nov 26, 2024 10:54 am
Forum: Projects - Embedded
Topic: CAN Filter Changes on the Fly.
Replies: 2
Views: 4900

Re: CAN Filter Changes on the Fly.

Hello,

Sorry for the delay in getting back to you.

Changing the RxFilter will not remove any already received messages from the buffer.