int open_port(const char *port);
int send_port(int soc,struct can_frame *frame);
int close_port(int soc);

