Witty-Wizard / SerialIO

An Arduino library for decoding multiple RC protocols.
https://witty-wizard.github.io/SerialIO/
GNU General Public License v3.0
3 stars 0 forks source link

✨[FEATURE]: Add FrSky SPort Protocol Support #23

Closed Witty-Wizard closed 2 months ago

Witty-Wizard commented 2 months ago

Description

I would like to request the addition of FrSky SPort protocol support to the serialio library. This would involve implementing the necessary decoding and encoding functionalities to handle SPort communication, similar to the existing SBUS and CRSF implementations.

The solution should include:

Additional context:

Witty-Wizard commented 2 months ago

Depreciated

S.Port has become obsolete, and replaced by F.Port, Also there is no accurate documentation for S.Port from FrSky, and it is getting difficult to implement this protocol.

With Upcoming protocols like F.Port and CRSF, We don't need to worry about implementing this protocol. For these reasons this issue is being closed.