NGCP / xbeeplus

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

Fix PrintFrame() causing segfault #25

Closed LucasYoung closed 6 years ago

LucasYoung commented 6 years ago

Running MAQSS segfaults at unpredictable times when trying to send a message. Not printing the frame as a hex string solves this issue.

This is a band-aid solution. When rewriting this library, we will need to make sure that our solution for printing the frame as a hex string is robust and bug-free.

KarthikJay commented 6 years ago

This was addressed in #27 properly.