Processing Foundation
[SOLVED] serial port write with no delay between bytes when sending hex values
Processing
Electronics (Arduino, etc.)
GoToLoop
September 21, 2018, 2:40pm
2
Change
collect
’s datatype to
byte[]
, and pass it as
Serial
::
write()
's argument.
3 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Wait between port writes
Electronics (Arduino, etc.)
4
517
October 3, 2021
Writing to multiple serial ports without delay
Electronics (Arduino, etc.)
19
2279
November 7, 2018
Serial.write(int) only sends the first byte
Electronics (Arduino, etc.)
7
1665
January 31, 2022
Save Arduino input in array, and THEN plot it
Electronics (Arduino, etc.)
3
1131
May 23, 2019
Problem with send hex data from TCP/IP
Libraries
6
447
May 4, 2023