No response with Port.Readline(). Why?
I am using C#. I have a device connected to the com port. I am sending
initial command i.e socket alive to the device through comport . I already
have packet format in hexvalue. When I write in port i.e
port.write(result)
I won't get any response in port.readline i.e.
port.readline = empty
Please help me to sort this out.
No comments:
Post a Comment