thijse / Arduino-CmdMessenger

CmdMessenger Communication library for Arduino & .NET
Other
208 stars 87 forks source link

Problem with SerialTransport #52

Open Piotr66 opened 3 years ago

Piotr66 commented 3 years ago

Hi! My name is Piotr and I want to ask You for a little help with cmdMessenger and CSharp. I’m not sure is this place appropriate, but I decided to try. I don’t know what I’m doing wrong, by I can’t help myself with “private SerialTransport _serialTransport;” My English is not good so maybe I show You on picture:

cmdMess1

cmdMess2

cmdMess3

What I’m doing wrong?

valkuc commented 3 years ago

You need to add another library CommandMessenger.Transport.Serial

Piotr66 commented 3 years ago

Thank You very much for help. It’s working now. Earlier I was trying to do this, but I didn’t notice that now is another project and I must create reference for it.

The last problem (for now) left:

cmdMess4

Maybe it’s old example (found in Internet)…

Btw. I’m looking for simple example to build by myself and analyze how it works. If You know where I can found it, please let me know.