Ok, I am really really new to this stuff and basically dont know what to do. I got a task. Basically, I have more sensors (like 10) on one port (COM4). I know adress of each sensor and I know what type of comunication it's using.
Let me show you example:
I know these settings of port:
I also know that on this port I have more then one device, for example 2 sensors. I know these sensors adresses and protocols.
In our example let's say I have sensors with adresses: '1', 'J'. And both use protocol: 'spinel97'. Now, I know that command: 0x11
is used to report slave ID.
How do I make program in C# that connects to second/first device and reports device ID?
I am so sorry for asking without code (I know it's annoying) but I am actually so clueless and dont know where to find anymore.
Thanks for any aswears