balong-flash/hdlcio.h
2016-11-04 10:51:40 +03:00

9 lines
354 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

extern int siofd; // fd для работы с Последовательным портом
int send_cmd(unsigned char* incmdbuf, int blen, unsigned char* iobuf);
int open_port(char* devname);
int find_file(int num, char* dirname, char* filename,unsigned int* id, unsigned int* size);
void port_timeout(int timeout);
int atcmd(char* cmd, char* rbuf);