Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elliott614/excel-vba-serial-daq-logger
- Owner: elliott614
- Created: 2024-08-22T03:12:24.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T04:06:06.000Z (6 months ago)
- Last Synced: 2024-12-21T14:22:52.197Z (about 2 months ago)
- Topics: arduino, daq, excel, excel-vba, logger, monitoring-tool, raspberry-pi, raspberrypi, samd21, seeeduino, seeeduino-xiao, serial, sniffer, uart, vba, visual-basic-for-applications, xiao
- Language: VBA
- Homepage:
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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