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

Annotation of /trunk/H7 Server/H7Serial.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33 - (hide annotations) (download)
Wed Jan 31 17:22:59 2007 UTC (17 years, 4 months ago) by hedin
File MIME type: text/plain
File size: 340 byte(s)
Made the selection of baud rate work (well, make everything work - including multiple clients)
1 torben 23 #pragma once
2     #include "slipserial.h"
3 hedin 33 #include "stdafx.h"
4 torben 23
5     class CH7Serial :
6     public CSlipSerial
7     {
8 hedin 33 CCriticalSection serialLock;
9 torben 23 public:
10     CH7Serial(void);
11     CH7Serial(char* port, int bitrate);
12     virtual ~CH7Serial(void);
13    
14     void writeTarget(unsigned char target, unsigned char data);
15     short readTarget(unsigned char target);
16     };

  ViewVC Help
Powered by ViewVC 1.1.20