Try using System.Text.Encoding.ASCII instead of System.Text.Encoding.UTF8 in the neduino app and in the pc app.
Also, in the netduino app this:
byte[] b = new byte[1];
should be:
byte[] b = new byte[port.BytesToRead];
![]() |
  | |||||||||||||
![]() |
|
![]() |
||||||||||||
YanochMember Since 16 Aug 2013Offline Last Active Oct 21 2013 11:31 PM Posts I've Made | ||||||||||||||
![]() |
||||||||||||||
![]() |
|
![]() |
||||||||||||
![]() |
This webpage is licensed under a Creative Commons Attribution-ShareAlike License. | ![]() |
||||||||||||
![]() |