NGCP / xbeeplus

Cross-Platform C++11 Xbee Radio API
3 stars 0 forks source link

Create SerialXbee Object #3

Closed KarthikJay closed 7 years ago

KarthikJay commented 7 years ago

Create a SerialXbee object to wrap around a Serial Port.

This provides users of the library a layer of abstraction

Must support asynchronous reads (asynchronous writes to happen at a later time)