Forum Discussion
Excel Data Streamer
Leif, thank you for your interest.
I am using the Parallax Propeller 1 microprocessor.
The serial stream format is exactly as per the Arduino example; data separated by commas and carriage return (ASCII 13) at the end of line.
I know the serial stream is valid because I was able to observe it on the PC using two terminal programs; Parallax Serial Terminal and Bray Terminal.
Excel Data Streamer displays the serial stream port as "USB Port 5", but when I click on it and start the data steam there is no action.
I have even tried with csv text data and it does not recognize that.
ESBlan Thanks for getting back to me. We have not tested Data Streamer with Parallax Propeller ( we have been testing this with Arduino, Microbit, Circuit Playground, ESP32.
We had a similar issue to what you are experiencing below with ESP32. This was caused by not using the default handshake command for RTS. The fix for ESP32 is coming out in the next release of Office ( 1911) and it might help out on your issue as well.
- akhilhJan 11, 2022Copper Contributordata streamer - capture code
Hi Leif Brenne ,
I want to capture the data received from the data streamer to different workbook and fill it by incrementing row index so . as to store the data permanently in different sheet/workbook . I tried ways by linking the cells B5 from streamer to the other workbook but the data was not stored permanently there .so can any one help me in this regard .
can you help with writing macro for the same
Thanks in advance - ESBlanNov 13, 2019Copper Contributor
Leif, thanks for your response.
The Parallax modules mostly use the FTDI USB interface, so out of frustration with the Microsoft Data Streamer, the Parallax community has devised their own open Excel Data Streamer using FTD2XX.DLL with VBA. Read this thread;
http://forums.parallax.com/discussion/170735/excel-ftdi-serial-data-logger#latest
This community Excel Data Streamer streamer is very robust, and as one poster comments "The FTDI DLL works well because it totally bypasses Windows".
You should sort out the Microsoft Data Streamer interface to the Parallax modules because Parallax is heavily involved in STEM education at all levels - see this website; https://www.parallax.com/education/teach
- Leif BrenneNov 26, 2019
Microsoft
ESBlan Thanks again for the additional information. We did get a Parallax board in-house to try this out. We did replicate the same issue you where seeing, but we were able to get this working correctly when we changed the baud rate. Data Streamer is set to using the baud rate 9600 by default. You can change this in Data Streamer by going to Advanced Settings and Settings tab.
By setting the baud rate to 115200, we received data correctly in Data Streamer.
- RagitonMay 17, 2020Copper Contributor
I am having a similar issue where no data is received by excel. I am using an https://www.adafruit.com/product/3857. This board is a bit different from the typical Arduino because it doesn't use a usb to serial chip but has USB support on the microcontroller itself. Maybe this is related to the issue?
I have verified data is being sent using the proper format using the Arduino serial monitor. Is there any additional debugging menus that could be added? It is concerning that there is absolutely no indication of any information being received, there is no feedback and no errors are reported.
Please let me know if there is any way I can collect debug information from excel to help diagnose the root cause of this issue.
Thanks!