I’m wondering if I start an arduino sketch disconnected from my computer, collect data from sensors into SRAM, can I then connect my arduino to my computer without power cycling and read those values off on my serial monitor?
If so, how would I do this? Plugging my arduino into my PC directly won’t work
The simplest way to avoid the auto-reset is to use a USB-TTL cable to connect the PC directly to Rx Tx and GND rather than using the regular USB connector.