- introduced initRS232Finished and initRS232WithFlags
- allow empty terminator in readRS232TillTerm
This commit is contained in:
@@ -65,6 +65,8 @@
|
||||
int errorBufferLen);
|
||||
int getRS232Timeout(prs232 self);
|
||||
int initRS232(prs232 self);
|
||||
int initRS232WithFlags(prs232 self, int flags);
|
||||
int initRS232Finished(prs232 self);
|
||||
void closeRS232(prs232 self);
|
||||
prs232 createRS232(char *host, int iPort);
|
||||
void KillRS232(void *pData);
|
||||
|
||||
Reference in New Issue
Block a user