Greetings, Folks - I am trying to bring up a SerialConnection on 2025R1. When I go to the SerialConnection help, it says that most of the example code is from
Examples/Communication/Hardware/Serial/Line State Change Tester
But my installation (MacOS Sonoma) has no Examples folder. I have to go back to 2019R3.2 to find one and, yes, that example app is there. Why are there no examples with 2025R1? What is someone to do if they don’t have an earlier example folder that contains pertinent examples? With the rapidity of changes, how do I know that that 2019 example set still applies in 2025?
2023R3.1 does not have an examples folder, either!
The recent examples are downloaded from the internet, there is no Examples folder but you create a new project, select Examples and the IDE connect to the internet to download the latest available examples.
Thank you, Jim and Alberto, I missed this. Have now looked at them.
Is there an easy way to convert all the example projects from binary to text, so that I can quickly search through them for specific language features?
For instance, I want to look for the word “thread”.
@PaulS yes, I’m just showing what search can be done without saving everything to text.
As these are just example projects, I don’t think you can find several that use “thread” besides the ones you can find following what I did. But you never know.
My guess is they are small/short enough to put on the title what the example is about.
Some text editors can search the binary format. And search the entires folder at once. That at least narrows down which examples use that term and can be opened and searched in the IDE. On Windows, I use Notepad++ to search an entire folder and spit out the file names that contain the term.