Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.61 KB

20231207.rst

File metadata and controls

30 lines (21 loc) · 1.61 KB
blogpost

true

date

7 December, 2023

author

peteGSX

category

News

tags

ex-commandstation, dcc-ex, news, dccexprotocol

image

0

DCC-EX News

Announcing the new DCCEXProtocol Arduino Library!

The team are proud to announce that we've released the very first version of our brand spanking new DCCEXProtocol Arduino Library! This has been written to make life easier for those wishing to write software for throttles or other clients that need to communicate with using our native command API.

Why release an Arduino library in the first place?

We figure for those who want to write throttle software and interact with the are probably more interested in making their software work rather than figuring out how to correctly parse our native API commands and respond appropriately to the various command responses and broadcasts that are generated and need to be dealt with.

So, in light of this, a library that takes away the heavy lifting of using/interpreting the API commands seemed like a sensible approach.

One great big caveat to this announcement is that the library version is 0.0.1, meaning it has had limited testing and is likely going to have bugs associated with it.

For documentation on how to implement and use the library, refer to the DCCEXProtocol documentation.