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

Arm stay silent - but encoding bug too? #4

Merged
merged 3 commits into from Jan 5, 2018

Conversation

rwa
Copy link
Collaborator

@rwa rwa commented Dec 30, 2017

The original point of this branch was to allow a new command:

concord232_client arm-stay-silent

which is the equivalent of pressing "5" "2" on the keypad. I did implement this, but in the course of things discovered what seems to be a fairly major bug. In the encoding from binary to ascii, python uses lowercase for the hex letters. But the automation panel seems not to accept this, but rather only uppercase letters. The protocol manual does seem to specify this, if not all that clearly, when they say:

"Only sixteen ASCII characters '0'...'9', 'A'...'F' are used to transfer data."

I am not sure if you are still interested in maintaining this, but I thought I'd make the pull request and see what you think.

@rwa rwa changed the title Arm stay silent dev Arm stay silent - but encoding bug too? Dec 30, 2017
@JasonCarter80 JasonCarter80 merged commit 0e8b873 into JasonCarter80:master Jan 5, 2018
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.

None yet

2 participants