BallAerospace / COSMOS

Ball Aerospace COSMOS
https://ballaerospace.github.io/cosmos-website/
Other
360 stars 129 forks source link

Unable to send non-UTF8 strings #1744

Open jmthomas opened 2 years ago

jmthomas commented 2 years ago

Sending a string containing data with invalid UTF8 strings (binary data) throws an exception. For example:

cmd("TGT", "PKT", { "DATA" => "\x90" }

Results in GeneratorError : source sequence is illegal/malformed utf-8

jmthomas commented 2 years ago

closed by https://github.com/OpenC3/openc3/pull/4