Open-Agriculture / AgIsoStack-plus-plus

AgIsoStack++ is the completely free open-source C++ ISOBUS library for everyone
https://agisostack.com/
MIT License
167 stars 40 forks source link

Document tested/supported hardware #457

Open nullr0ute opened 3 months ago

nullr0ute commented 3 months ago

It might be useful to document the hardware that is actively tested or supported in the docs. Things like particular CAN interfaces, microcontrollers and terminals like @GwnDaan shows in their testing here. This may make it easier for people to get involved.

ad3154 commented 3 months ago

Supported hardware is listed here. It's pretty easy to add new hardware support as well. As long as the hardware you want to use has either a C or C++ API, it can work by writing a little code as described on that same page. Is this what you're looking for, or some other information?

We support all terminals which are ISOBUS compliant, so it may not be super useful to get specific on those.