/[H7]/trunk/H7 Server/Serial.h
ViewVC logotype

Diff of /trunk/H7 Server/Serial.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 33 by torben, Wed Jan 31 08:41:26 2007 UTC revision 34 by hedin, Wed Jan 31 17:32:22 2007 UTC
# Line 26  public: Line 26  public:
26          ~CSerial(void);          ~CSerial(void);
27    
28          void close();          void close();
29          void open(char* port, int bitrate);          void open(CString port, int bitrate);
30    
31          unsigned char readByte();          unsigned char readByte();
32          void writeByte(unsigned char out);          void writeByte(unsigned char out);

Legend:
Removed from v.33  
changed lines
  Added in v.34

  ViewVC Help
Powered by ViewVC 1.1.20