-
Documentation says that if event is for zone/subzone 0xFF it should apply for all zones/subzones.
Question is: should DM ignore VSCP_DM_FLAG_MATCH_ZONE/VSCP_DM_FLAG_MATCH_SUB_ZONE flags and accept …
troky updated
4 years ago
-
TypeError: Cannot read property 'replace' of undefined
at escape (c:\Users\XXX.vscode\extensions\pdconsec.vscode-print-0.7.15\node_modules\highlight.js\lib\highlight.js:63:18)
at Object.highlightAut…
-
I am using vscp library in RTOS environment in its own task where I call vscp_core_process() in endless loop.
CAN messages are received and stored in FIFO queue in ISR because I don't want to lose an…
troky updated
4 years ago
-
https://github.com/BlueAndi/vscp-framework/blob/80a3a49e5ea2fb0ac97c24ab8ccdd8b62726f617/vscp/events/vscp_evt_protocol.c#L111
it shoud be ```>> 16```
This bug repeats on severeal locations.
troky updated
4 years ago
-
Would you like to publish new release?
In my opinion my old changes are critical to work this package.
benys updated
4 years ago
-
- VSCode Version: 1.39.2
- OS Version: 10.0.18362
Steps to Reproduce:
1. unzip VSC Portable to a new folder on C drive. Create the data folder in the same, and inside this create a tmp…
-
I have node with highly configurabile outputs at runtime and I would like to dynamically add/remove DM rows. Currenly it is not possible because VSCP_CONFIG_DM_ROWS is hardcoded.
What would be proper…
troky updated
5 years ago
-
How do you keep this library in sync with VSCP specification, i.e. when new event is added?
There are many unimplemented events here as well as complete classes.
Do you have some scripts that auto-g…
troky updated
5 years ago
-
At "vscp-framework" and "vscp-arduino" the descrption is is
Very Simple Control **Procotol**..
Procotol -> Protocol
-
Hello,
I am trying to open a mdf (xml) file in the vscp editor but not one file will successfully read.
I have 13.1.0.10, I try to open the file under the vscp-arduino-0.7.0/mdf_template.xml using …