Hello,
I have DevKit with SensorTag and Dongle 2540. I want to communicate via a C# Script with the dongle.To get some understanding I wanted to begin with the command "01091000", which should tell the dongle to return its board adress. After writing to the port I try to read with port.ReadByte(), but I am getting timeouts.
I know there are many examples I could go through, but I think it would help me more if someone could provide a short code-snippet where this (or the init) command is written on the port and reading it afterwards.
Help would be much appreciated.