splutter. well, it's easy, i guess, if you're paying attention.
but if you're like me, then, it's not, evidently.
this code works well enough to read the accelerometer serial
example. obviously, it's trivial....
the one gotcha that i saw was that this does nothing if the
serial monitor in energia is also watching the output. so it
may seem like it's not working.
# include <stdio.h>
#define LL 20
int main(void)
{
char card[LL];
int nlines=0;
char *cgot;
FILE *serial;
serial = fopen( "/dev/ttyACM1","r" );
if( serial != NULL )
{
printf("not null....\n");
while( nline