Forum Discussion
Excel Data Streamer
ESBlan Couple of questions:
What microprocessor are you using?
Is the format of the data following the data format listed here https://docs.microsoft.com/en-us/microsoft-365/education/data-streamer/connecting-serial-devices
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.
- Leif BrenneNov 12, 2019
Microsoft
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.