Update 2024-03-27: Greatly expanded the "Samples" page and renamed it to "Glossary".
Update 2024-04-04: Added 5 million mid-2011 posts from the k47 post dump. Browse (mostly) them here.
Update 2024-04-07: Added ~400 October 2003 posts from 4chan.net. Browse them here.

Welcome to Oldfriend Archive, the official 4chan archive of the NSA. Hosting ~170M text-only 2003-2014 4chan posts (mostly 2006-2008).
[3 / 0 / ?]

[1396239640] Using command line to send info to an arduino

No.25880 View ViewReplyOriginalReport
Is it possible for a computer to send data to an Arduino connected as a serial device via the windows command line? i.e: Is there a command line function that can send data retreived via the command line directly to the Arduino. So for example I could run "tasklist" and have it send the results straight to my Arduino for future parsing.

So, exactly how the info is saved and parsed will partly depend on the method used to retrieve the data. I guess the important question here is: is it possible?