- introduced initRS232Finished and initRS232WithFlags

- allow empty terminator in readRS232TillTerm
This commit is contained in:
zolliker
2005-09-05 08:22:13 +00:00
parent 6070ad7b29
commit 69c79b207a
3 changed files with 45 additions and 7 deletions

View File

@@ -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);