bneukom / ch.fhnw.mdt

MicroCore development tools.
0 stars 0 forks source link

Create Asynchronous Command Queue for communication with device #16

Closed bneukom closed 8 years ago

bneukom commented 9 years ago

Originally reported by: bneukom (Bitbucket: bneukom, GitHub: bneukom)


Background Threads which can queue up commands and wait for results (indicated by "ok" for example).


bneukom commented 9 years ago

Original comment by bneukom (Bitbucket: bneukom, GitHub: bneukom):


Initial version implemented, there are still some bugs to fix (Thread and Stream closing).