Hello I Am working on an Arduino project using data streamer for Excel and the code runs without any problem in serial monitor (from the Arduino IDE) but when I try to run it in the console of data streamer it is just giving me differente results any help?
Please provide more details.
What is data streamer and how do you run the arduino code on it?
Which results do you receive from it, what do you expected to receive and what the difference between both cases.
Also please show your code
@bardoge, your topic has been moved to a more suitable location on the forum. Installation and Troubleshooting is not for problems with (nor for advice on) your project.
To my knowledge, Microsoft does not support datastreamer. You might be better of using PLX-DAQ ( PLX-DAQ version 2 - now with 64 bit support! (and further new features) ).
You can/could write your own VBA serial i/o routine:
Pencom - Visual Basic for Application Serial Port Software Example (pencomdesign.com)
-or- if you are just visualizing data, break the Microsoft cycle completely and go Open Source with NodeRED:
Serial output directly into NodeRED - Arduino for STM32 (stm32duino.com)
NodeRED is "free" and multiplatform and installation automatically include web-server access.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.