Light-Labs / ryder-bridge-rust

Bridge to ryder device in rust
GNU General Public License v3.0
0 stars 2 forks source link

Bridge should check if the serial port is a Ryder #7

Open MarvinJanssen opened 1 year ago

MarvinJanssen commented 1 year ago

The bridge should check if the provided serial port is a Ryder by sending a COMMAND_INFO and check the response.

friedger commented 1 year ago

This should happen only once on startup.

MarvinJanssen commented 1 year ago

Leave this out of #13 and then we address it separate PR once #13 is merged.