Questions tagged [serial]
The serial tag has no summary.
9 questions
2 votes
1 answer
306 views
Wolfram Mathematica and Arduino serial data capture not working Dynamic stream
This post is a continuation and modified version of an earlier post from few years ago. Please help with the Dynamic function capturing data from a Serial stream from Arduino. I am not having luck ...
1 vote
1 answer
383 views
Plot Serial data from Arduino with time date problem
My WM code reads Arduino data from three analog sensors. My code successfully captured the data from the buffer and add the date of capture using the Now[] function....
4 votes
1 answer
394 views
Mathematica connection to Arduino *Micro*...any idea how to set DTR high?
According to my experience and to various information, such as http://forum.arduino.cc/index.php?topic=310096.0 https://stackoverflow.com/questions/21887615/can-not-view-serial-data-on-arduino-...
2 votes
2 answers
700 views
Why isn't the serial port reading incoming data?
I'm attempting to read data sent by an Arduino program over the serial port. To make it simple, I've uploaded a program to the Arduino so that it just sends the value of an integer every fifth of a ...
3 votes
1 answer
562 views
Trouble interfacing hardware and reading data from a serial port with Mathematica
I am trying to communicate with a device using a serial port to usb connection. I am using the following code: ...