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

adding EasyCommII command processing #1

Open
hornig opened this issue Dec 26, 2018 · 1 comment
Open

adding EasyCommII command processing #1

hornig opened this issue Dec 26, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@hornig
Copy link
Contributor

hornig commented Dec 26, 2018

if (chr == 10) { //Line feed received
interpreting_commands(input_line); //Process Easycomm commands
input_line = "";
} else if (chr == 13) { //Carriage return received
//interpreting_commands(input_line); //Process user commands
input_line = "";

adding EasyCommII command processing
https://www.qsl.net/dh1ngp/onlinehelpft100/Rotator_control_with_Easycomm.htm

@hornig hornig added enhancement New feature or request help wanted Extra attention is needed labels Dec 26, 2018
@hornig hornig self-assigned this Dec 26, 2018
@Kunwar786
Copy link

I am a new comer. How can i solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants