Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for variable number of cylinders #3

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

deHarro
Copy link

@deHarro deHarro commented Jan 26, 2024

Inserted pseudo code which would make the display adapt to the number of cylinders known from the Arduino app, provided the Arduino app would transmit the defined number of cylinders to the windows app.
I don't speak C#, so the implementation is up to you, Michael

To work, additions have to be done to the Arduino app (trasmit variable numberOfCylinders.
Dito for the Windows app, which has to receive this variable and handle it in an appropriate manner for the (pseudo code) query I implemented.

Also updated readme.md to have links to the corresponding projects, vice versa

The changes to COM port search are ok.

I hope, I didn't mess up things too bad in your code :)

Harry

Changes to search COM port routine:
- Don't ignore single digit port names
- Ask 5 times for connection
Removed viewport 3 and 4, respectively. Now only 2 viewports (hard coded)
Inserted pseudo code which would make the display adapt to the number of cylinders known from the Arduino app, provided the Arduino app would transmit the defined number of cylinders to the windows app.
I don't speak C#, so the implementation is up to you, Michael
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant