Forum Discussion

ESBlan's avatar
ESBlan
Copper Contributor
Nov 08, 2019

Excel Data Streamer

1) I included Data Streamer as an Excel add-in as per Microsoft Help

2) I am quite an experienced user. I set up a USB csv serial data stream from my microprocessor. I know that it is a valid csv serial data stream on USB port 5 because I was able to view it on two different serial terminal programs

3) I set up all the correct parameters for the serial data stream. When I entered "Data Streamer -> Connect a device" I was able to connect to USB Port 5

4) However when I clicked "Start Data",   no data stream was captured into excel.

5) So Excel Data Streamer is not receiving a valid csv data stream!

Any ideas on how to progress this issue. It is very frustrating because I know the valid stream is there - I can see it on Two serial terminal programs!

    • Rieungsit's avatar
      Rieungsit
      Copper Contributor
      Smitty Smith:
      Now, I could Excel data streamer. I need advice that using the Excel data streamer for a job I'm interested in. What I need is a case of receiving data of 32 modbus RTU devices where each device sends 9 data to the Excel data stream via MCU Arduino. I want to extract the data of 9 data of each device with each Excel sheet. , Device number 1 to Sheet1, Device number2 to Sheet2, Device number3 to Sheet3 ... Device number 32 to Sheet32 How do I use an Arduino to communicate with the Excel data streamer?
    • ESBlan's avatar
      ESBlan
      Copper Contributor

      Leif Brenne 

      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 Brenne's avatar
        Leif Brenne
        Icon for Microsoft rankMicrosoft

        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.

    • Cam_Jackson_2490's avatar
      Cam_Jackson_2490
      Copper Contributor
      May I suggest that the Data Streamer also have the option of changing the terminator character from a comma, to a <CR>. This will allow it more versatility to talk to other systems, where the terminator cannot be changed from a <CR><LF>.

Share

Resources