<div dir="ltr">On Wed, Sep 16, 2015 at 4:08 AM,  <span dir="ltr"><<a href="mailto:rolfm@dds.nl" target="_blank">rolfm@dds.nl</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
Martin Peach <<a href="mailto:chakekatzil@gmail.com" target="_blank">chakekatzil@gmail.com</a>> schreef:<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What errors do you get? Do you get data OK/wrong/some/none? What baud rate<br>
are you using?<br>
<br>
</blockquote>
<br></span>
RXERRORS on serial line (997)<br>
<br>
after opening the port 10 of these messages appear.<br>
then after around 40 secs the message is given continouisly.<br>
<br>
i tried 9600 and 115200 as baud rates: same result.<br>
<br>
no data comes through.<br>
<br>
this with a simple setup:<br>
Arduino sketch does every 3 secs a Serial.println,<br>
PD patch only with [comport] and [print].<br>
<br></blockquote><div><br></div><div>In your arduino code you will have a line <br>Serial.begin();<br></div><div>with the baud rate inside the parentheses. It should be the same as what [comport] is using.<br></div><div>Also Serial,println() sends ASCII and [comport] will output those ASCII codes, not the actual text.<br></div><div>So if the baud rates are really the same at both ends and you still get no data, then [comport] is buggy on Win10, beyond printing the non-error message.<br></div><div><br></div><div>Martin<br></div></div></div></div>