RAK 4631, 5005-0 Serial data into MS Excel 'Data Streamer'

Greetings,
I’m working with a RAK4631 on a 5005-O with hopes of running some diverse sensor telemetry; temps, water pressures, current, voltages, alarms, etc.

I’m having difficulty understanding why I’m not able to receive serial data through MS Excel’s Data Streamer. After unsuccessfully trying to receive serial data via Excel from my main program, I setup a simple test run from Arduino IDE, without success:

UF2 Bootloader 0.4.2 lib/nrfx (v2.0.0) lib/tinyusb (0.10.1-293-gaf8e5a90) lib/uf2 (remotes/origin/configupdate-9-gadbb8c7)
Model: WisBlock RAK4631 Board
Board-ID: WisBlock-RAK4631-Board
Date: Dec 1 2021
SoftDevice: S140 6.1.1

Troubleshooting steps I’ve taken:

  1. I’ve tested serial data from RAK4631 via a Putty console, with success at 9600 baud, data bits 8, stop bits 1, no parity, flow XON/XOFF. I’ve reproduced the serial communication settings in Excel with no success.
  2. I’ve tested via two different RAK4631’s. No success.
  3. Excel is running in Admin mode.
  4. I do not have Arduino IDE’s Serial Monitor running while connecting with Excel. Excel does indeed connect with the serial port COM, and I presume this because if I connect to the COM via Putty or the Arduino IDE serial monitor, Excel isn’t able to connect and throws an error message to the effect that the COM is access denied.
  5. Changing the baud rates, respectively. No success.
  6. I have observed that despite running serial through COM3 dropdown in the Arduino IDE, the Arduino IDE states that it uploaded the sketch via COM5 in the Output. Putty confirms COM3. Excel confirms COM3. Device manager confirms COM3, COM5 appears to be an anomaly?

Would someone be so kind as to knock some sense into my brain? I’ll even be polite about it, please? :joy: Thank you kindly.

I can confirm it doesn’t work, but I don’t blame the RAK4631 for it, as it sends the data properly over USB and I can see it in a terminal app.Tried as well with different Baud rates.

About your question regarding COM3 and COM5, that is expected behaviour. When the RAK4631 goes into bootloader mode to flash a new application, it changes the COM port. After flashing the code, it goes back to the original COM port.

It is the first time I use this Excel Data Streamer, sorry, I have no idea what’s the problem. I am running Excel from Office365 on Win 11.

Thank you very much for taking the time to check Beegee!

I’m running Excel from Office 2019 on Win 11. There doesn’t appear to be a lot of support interaction from Microsoft’s community, and as such, I may just macro data over from a console log. I will update as I go.