So, I\'m in a bit over my head, and I feel like I\'m very close to a solution, but it\'s just not working quite yet. Here\'s my situation:
I\'m working with an Ardui
A one-liner Something that works really well for datalogging, and acting on data:
Summarythe following timestamps and sends to stdout
cat /dev/cu.usbmodem1421 | awk '{ for (i=0; i
Sample Output:
This method can even be adapted to monitor and act upon the data in real time:
cat /dev/cu.usbmodem1421 | awk '{ for (i=0; i
more examples here: https://github.com/gskielian/Arduino-DataLogging/tree/master/Bash-One-Liner