Skip to content

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

Notifications You must be signed in to change notification settings

elliott614/Excel-VBA-Serial-DAQ-Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages