AgIsoStack-plus-plus
AgIsoStack-plus-plus copied to clipboard
AgIsoStack++ is the completely free open-source C++ ISOBUS library for everyone
## Describe your changes Moved macro reference parsing to a separate function, and added where it was marked as TODO Fixes martonmiklos/AgIsoVirtualTerminal#23 ## How has this been tested? Loaded Vaderstad...
**Is your feature request related to a problem? Please describe.** I have implemented handling of the ProductIdentification Diagnostic protocol message in AgIsoVT: https://github.com/martonmiklos/AgIsoVirtualTerminal/blob/add_diag_protocol/src/ ServerMainComponent.cpp#L57 But the implement does not display...
**Describe the bug** In CANHardwareInterface::start the started class member is set every time, but in CANHardwareInterface::stop the started member is only set to false if stop_threads is called. There seem...
Hello, I’m trying to implement the SC features on my generic ESP32 board. The VT and TC connect to the server (on my tractor) correctly. SC even starts working because...
## Describe your changes Adds the VSCAN plugin (made by VSCOM) that works with several devices. It utilizes CANUSB/SLCAN interface over ASCII protocol. It requires you to set the 'VSCAN_API_DIR'...
**Is your feature request related to a problem? Please describe.** I needed to create an implement to being able to alter the background color of a softkey to being able...
According to the standard F.3.4.3, the maximum working width DDI is required as geometry. And the actual working width can be optional
It would be nice if we can add install rules for examples. This will allow us to also install examples binaries when project was built with `BUILD_EXAMPLES` option set. A...
Here the docs mentions the ParameterGroupNumberRequestProtocol::assign_pgn_request_protocol_to_internal_control_function https://github.com/Open-Agriculture/AgIsoStack-plus-plus/blob/c9c3ea2b087ae3d7654473ea8092359ee8fad13b/sphinx/source/Tutorials/PGN%20Requests.rst?plain=1#L49 however in ae7ca769bedfb9fb6d8f2785a0a1d0971a7b6bb9 the static PGN request handling was removed (including this function). If I understand correctly this assignment is no longer needed,...
## Describe your changes This PR introduces `DISABLE_BUSLOAD_MONITORING`, a new CMake option that allows users to completely remove busload monitoring code at compile time, eliminating any runtime overhead for systems...