- From: Emily Alden <ealden_at_bates.edu>
- Date: Thu, 6 Mar 2003 19:35:55 -0500
Sorry to bother the comedi list, but someone suggested that I try you.
When I use this I get no output:
strcpy(buffer,"AUXV 1,1");
//
printf("enter a string to send to your device : ");
//
fgets( buffer, sizeof(buffer), stdin );
printf("sending string: %s\n", buffer);
if( ibwrt(ud, buffer, strlen(buffer)) & ERR )
Received on 2003-03-07Z00:35:55