Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFM22b TauLink serial bridge #2201

Open
peabody124 opened this issue Feb 22, 2016 · 1 comment
Open

RFM22b TauLink serial bridge #2201

peabody124 opened this issue Feb 22, 2016 · 1 comment

Comments

@peabody124
Copy link
Contributor

It would be very useful to have TauLink support a transparent
serial bridge (e.g. using VCP on the ground side) and a PIOS_COM
interface on the FC side that can be assigned like a normal
serial port.

This would be useful for things like a ROS serial link to be able
to talk through this link e.g. #1408

@peabody124
Copy link
Contributor Author

Ok. I think this won't be very hard to implement. Basically I will replace this
https://github.com/TauLabs/TauLabs/blob/next/flight/PiOS/Common/pios_hal.c#L767-L784

Which assigns the RFM22b COM interface to the rf_telemetry ID. In RFM22B_TELEM modes it will have a RFM22B_SERIAL PIOS_HAL assignment that we can assign them in the same way we do other serial ports using PIOS_HAL_ConfigureCom.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants