Skip to main content

Questions tagged [serial]

2 votes
1 answer
306 views

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 ...
Jose Enrique Calderon's user avatar
1 vote
1 answer
383 views

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....
Jose Enrique Calderon's user avatar
4 votes
1 answer
394 views

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-...
Ioan Alexandre's user avatar
2 votes
2 answers
700 views

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 ...
YungHummmma's user avatar
  • 3,132
3 votes
1 answer
562 views

I am trying to communicate with a device using a serial port to usb connection. I am using the following code: ...
Ali Hashmi's user avatar
  • 9,130