#ifdef POSIX
#define SER_PORT "/dev/ttyUSB0"
#include <stdio.h>
void linuxPacketStreamExample()
{
printf("Example Program which queries the USB300 SW Version\n");
{
printf("Error Opening the port \n");
return ;
}
else
printf("Port is Open \n");
printf("Read Version Ok; Connected to:\n");
}
#endif