File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,17 @@ VSCP/src/framework/vscp_type_weather.h
112112VSCP/src/framework/vscp_type_weather_forecast.h
113113```
114114
115+ ### Does the library only support the CAN-bus as transport protocotol?
116+
117+ No, the library is not limited to the CAN-bus protocol. It might look like, because of the examples above.
118+ But thats because I only use the CAN-bus as transport protocol at home and I don't have e. g. a RS-485 shield.
119+
120+ Therefore the library supports the silent node behaviour too, which is used for non-multimaster protocols.
121+ Enable it in the configuration VSCP/src/framework/vscp_config_overwrite.h via
122+ ```
123+ #define VSCP_CONFIG_SILENT_NODE VSCP_CONFIG_BASE_ENABLED
124+ ```
125+
115126##Mailing list
116127
117128Are you interesting? Join us on the mailing list: https://groups.google.com/forum/#!forum/vscp
You can’t perform that action at this time.
0 commit comments