Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elliott614/excel-vba-serial-daq-logger

It's like the serial monitor in arduino, except a spreadsheet to receive comma separated values (csv) with a \n terminating each row. Useful for Arduino, Raspberry Pi, SAMD21 XIAO Seeed devices, or really a lot of possible devices that can transmit serial through FTDI chip for UART/USB, or anything that shows up as a COM port
https://github.com/elliott614/excel-vba-serial-daq-logger

arduino daq excel excel-vba logger monitoring-tool raspberry-pi raspberrypi samd21 seeeduino seeeduino-xiao serial sniffer uart vba visual-basic-for-applications xiao

Last synced: about 2 months ago
JSON representation

It's like the serial monitor in arduino, except a spreadsheet to receive comma separated values (csv) with a \n terminating each row. Useful for Arduino, Raspberry Pi, SAMD21 XIAO Seeed devices, or really a lot of possible devices that can transmit serial through FTDI chip for UART/USB, or anything that shows up as a COM port

Awesome Lists containing this project

README

        

If you run into security issues with macros, just save as macro free, then import module 1, and save as macro-enabled (not sure how this affects protection [protected cells]). Or make file trusted through excel settings. It can obviously be dangerous to open an unknwon file with macros enabled, so that's also why I included the module1.bas so you can look at the code before anything happens (very simple, clearly safe)

Automatically adds columns left of divider line