COBS, SLIP protocol for serial communication? #1747
Replies: 1 comment
-
COBS and SLIP protocol have been added to OpenC3 Cosmos (https://github.com/OpenC3/cosmos/releases/tag/v5.7.0) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I use COSMOS for communication with a microcontroller board (Arduino Mega) that should use Consistent Overhead Byte Stuffing (COBS) or Serial Line Internet Protocol (SLIP), for secure framed serial data transfer over USB cable. Arduino libraries like PacketSerial or MsgPacketizer should take care of this on the microcontroller side.
Is there native support for COBS or SLIP protocol in COSMOS? After studying the Protocol Configuration section of the COSMOS documentation, I assume not, so how would I implement it?
I found two Ruby Gems here and here that might point to a solution, but as a entry level programmer, I don't know how to use these gems for creating a custom protocol...
greetings, Jurgen
Beta Was this translation helpful? Give feedback.
All reactions