How to write a logic flowchart

Camerart

Member
Hi,
I've been suck on the section of code for weeks now, and I was asked about my flowchart.
While I know what a flowchart is, I don't know how to write one.

I used to be good at the inventing type of logic, but never the computer type. I find now that while I'm figuring out the best way to go, I forget all of the parameters.

The logic I am puzzled about at the moment is for a HSERIN

There are 2x sources of DATA, controlled by a switch.

Each set of DATA I want are sentences that start with a [ $ ] and end with a [ LF ]
I can extract the sentences I want by e,g, [ If str(3) = R then ]
these sentences come in bursts of either 1x or approx 10x, then gaps.

How do I write a flowchart, please?

Camerart
 
Top