AgIsoStack-plus-plus icon indicating copy to clipboard operation
AgIsoStack-plus-plus copied to clipboard

AgIsoStack++ is the completely free open-source C++ ISOBUS library for everyone

Results 57 AgIsoStack-plus-plus issues
Sort by recently updated
recently updated
newest added

## 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...

bug

**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...

investigating

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...

bug
iso: task controller

## 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'...

os: windows
os: linux

**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...

enhancement

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

bug
iso: task controller

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...

enhancement

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...