[PD] Fwd: Re: sending lists via [comport]

Alexandros Drymonitis adrcki at gmail.com
Sat Feb 1 08:06:14 CET 2020


On Sat, 1 Feb 2020, 00:25 Dr. Maik Hester, <maik.hester at gmx.de> wrote:

>
>
>
> -------- Weitergeleitete Nachricht --------
> Betreff: Re: [PD] sending lists via [comport]
> Datum: Fri, 31 Jan 2020 22:34:24 +0100
> Von: Dr. Maik Hester <maik.hester at gmx.de> <maik.hester at gmx.de>
> An: hans w. koch <hansw.koch at gmail.com> <hansw.koch at gmail.com>
> Kopie (CC): pd-list at lists.iem.at <pd-list at mail.iem.at>
> <pd-list at mail.iem.at>
>
> Dear list,
>
> the logic in the attached patch works fine, but I am still stuck at two
> different points:
>
> 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?
>
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.

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20200201/ef6f16c7/attachment.html>


More information about the Pd-list mailing list