Search found 1005 matches

by Steve-Matrix
Tue May 14, 2024 9:57 am
Forum: App Developer
Topic: Worked examples HTTP via serial port
Replies: 9
Views: 50

Re: Worked examples HTTP via serial port

Hi Have you looked at the WiKi example? Regards Unfortunately there are no examples for the Web Developer Serial Port yet (apart from the project in my previous post) because this component is not finalised. But you are right. There are a few relevant projects on the wiki that might help. For examp...
by Steve-Matrix
Tue May 14, 2024 9:51 am
Forum: App Developer
Topic: Worked examples HTTP via serial port
Replies: 9
Views: 50

Re: Worked examples HTTP via serial port

The Web Developer Serial Port component is not currently finalised, but I have some files and a sample project attached to this post. It should be relatively self-explanatory. Note that the Serial Port component filters the available COM port for connected Arduinos, so set the "Filters" property of ...
by Steve-Matrix
Thu May 09, 2024 5:31 pm
Forum: General
Topic: Flowcode v10.1.1.39
Replies: 1
Views: 134

Re: Flowcode v10.1.1.39

One of the changes in this latest release that may require a bit of explanation is the new "display name" text mode for the Pseudocode views. This setting can be found in the "Non-flowchart" tab of Global Settings. When this mode is used, the Pseudocode view simply outputs the "Display name" text fo...
by Steve-Matrix
Thu May 09, 2024 12:52 pm
Forum: General
Topic: Flowcode v10.1.1.39
Replies: 1
Views: 134

Flowcode v10.1.1.39

Earlier today we released a new version of Flowcode v10. The main changes in this release are updates to the Code and Pseudocode macro views. If you are running a version of Flowcode v10 prior to this new release, a notification of the core update will appear allowing it to be downloaded and install...
by Steve-Matrix
Mon May 06, 2024 10:03 am
Forum: Bug Reports
Topic: LED state in simulation (debug)
Replies: 7
Views: 127

Re: LED state in simulation (debug)

I've tried simulating your project and I do not see the problem you are describing (unless I misunderstand you). When I single-step through the project and set 'ReadRequired' to 1, the LEDs both come on within the call to 'Outputs'. The 'Digital Pins' window show pins A2 and A3 at logic 1 and list t...
by Steve-Matrix
Mon Apr 29, 2024 10:37 am
Forum: Feature Requests
Topic: Suggestions for FC10 UI and EEPROM WritePage component
Replies: 2
Views: 1158

Re: Suggestions for FC10 UI and EEPROM WritePage component

Hi Brendan, Thanks for the suggestions. Although I've suggested elsewhere an ability to colour custom macro icons in the Project Explorer window, it would really help to be able to move them up/down the list (i.e. not just sorted alphabetically). This would be tricky to implement, but as a suggestio...
by Steve-Matrix
Mon Apr 29, 2024 9:20 am
Forum: Bug Reports
Topic: Advanced String Function ( Component )
Replies: 6
Views: 258

Re: Advanced String Function ( Component )

Thanks for letting us know. What chip family are you using?
by Steve-Matrix
Mon Apr 29, 2024 9:10 am
Forum: General
Topic: Activation Problems
Replies: 15
Views: 16640

Re: Activation Problems

kiroshia wrote:
Sat Apr 27, 2024 7:29 pm
Danielrob306 my account has the same issue V0W000007e5Nv im a student and needs to be reactivated
I have refreshed your licence. To fix this issue, please reload Flowcode and enter your username and password via "Home...Licensing...Manage..My Flowcode Licence".
by Steve-Matrix
Thu Apr 11, 2024 4:26 pm
Forum: App Developer
Topic: App Developer connect to ESP32 S3 with USB
Replies: 10
Views: 1186

Re: App Developer connect to ESP32 S3 with USB

Sorry, I'm not familiar with that device. You should be able to communicate to COM15 from a PC Developer app using a Serial Port component. But I don't know how you would access the same serial connection from within Embedded code in the device itself.
by Steve-Matrix
Thu Apr 11, 2024 2:38 pm
Forum: App Developer
Topic: App Developer connect to ESP32 S3 with USB
Replies: 10
Views: 1186

Re: App Developer connect to ESP32 S3 with USB

I think you will need to use the Serial Port component and not the USB component.