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

Contents of /trunk/H7 Server/H7Serial.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33 - (show annotations) (download)
Wed Jan 31 17:22:59 2007 UTC (17 years, 3 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 #pragma once
2 #include "slipserial.h"
3 #include "stdafx.h"
4
5 class CH7Serial :
6 public CSlipSerial
7 {
8 CCriticalSection serialLock;
9 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