<div dir="auto"><br><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Sat, 1 Feb 2020, 00:25 Dr. Maik Hester, <<a href="mailto:maik.hester@gmx.de">maik.hester@gmx.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div>
    <p><br>
    </p>
    <div><br>
      <br>
      -------- Weitergeleitete Nachricht --------
      <table cellspacing="0" cellpadding="0" border="0">
        <tbody>
          <tr>
            <th valign="BASELINE" nowrap align="RIGHT">Betreff:
            </th>
            <td>Re: [PD] sending lists via [comport]</td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap align="RIGHT">Datum: </th>
            <td>Fri, 31 Jan 2020 22:34:24 +0100</td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap align="RIGHT">Von: </th>
            <td>Dr. Maik Hester <a href="mailto:maik.hester@gmx.de" target="_blank" rel="noreferrer"><maik.hester@gmx.de></a></td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap align="RIGHT">An: </th>
            <td>hans w. koch <a href="mailto:hansw.koch@gmail.com" target="_blank" rel="noreferrer"><hansw.koch@gmail.com></a></td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap align="RIGHT">Kopie
              (CC): </th>
            <td><a href="mailto:pd-list@lists.iem.at" target="_blank" rel="noreferrer">pd-list@lists.iem.at</a> <a href="mailto:pd-list@mail.iem.at" target="_blank" rel="noreferrer"><pd-list@mail.iem.at></a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      
      <p>Dear list,</p>
      <p>the logic in the attached patch works fine, but I am still
        stuck at two different points:<br>
      </p>
      <p>The Arduino sends each digit of the values as a two-digit
        ascii. How do I get Arduino to send the complete values as
        integers instead?</p></div></div></blockquote></div><div dir="auto">Use Serial.write() instead of Serial.print(). I don't know what the rest of your patch/code does, so this could break things. But Serial.write()does send raw bytes and not ASCII. </div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div>