renamed most source files
This commit is contained in:
13
tecs/tecs_serial.h
Normal file
13
tecs/tecs_serial.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _SERUTIL_H_
|
||||
#define _SERUTIL_H_
|
||||
|
||||
#define SER_BUF_LEN 320
|
||||
|
||||
typedef struct { int private; } SerChannel;
|
||||
|
||||
SerChannel *SerOpen(const char *host, int msecTmo, void (*idleHdl)(int,int));
|
||||
char *SerCmdC(SerChannel *ser, const char *cmnd);
|
||||
char *SerCmd(SerChannel *ser, char *cmnd);
|
||||
int SerClose(SerChannel *ser);
|
||||
|
||||
#endif /* _SERUTIL_H_ */
|
||||
Reference in New Issue
Block a user