GPIB woes

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