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

Communicate via axcall #30

Open
joshbuhler opened this issue Apr 23, 2020 · 1 comment
Open

Communicate via axcall #30

joshbuhler opened this issue Apr 23, 2020 · 1 comment
Assignees
Labels
research Needs some research or PoC work done

Comments

@joshbuhler
Copy link
Owner

joshbuhler commented Apr 23, 2020

Research work being done in SerialPi project

swift run SerialPi call

This will fire up the axcall process, and simply print out information as it's received. Currently unable to send repeated commands, but progress is being made. PoC work for sending to another process is happening in the doRubyThing() method. So far, that method can send/receive text to a ruby script. Should be able to translate some of that work to doCallThing()

@joshbuhler joshbuhler added the research Needs some research or PoC work done label Apr 23, 2020
@joshbuhler joshbuhler self-assigned this Apr 23, 2020
@joshbuhler joshbuhler added this to Backlog in The bare minium via automation Apr 23, 2020
@joshbuhler joshbuhler moved this from Backlog to In progress in The bare minium Apr 23, 2020
@joshbuhler
Copy link
Owner Author

Progress being made - can use the doCallThing2() method to connect. Still running into some issues with determining when server is done responding though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research Needs some research or PoC work done
Projects
The bare minium
  
In progress
Development

No branches or pull requests

1 participant