/[H7]/branches/linux-serial/H7Serial.h
ViewVC logotype

Contents of /branches/linux-serial/H7Serial.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 54 - (show annotations) (download)
Mon Feb 5 10:10:18 2007 UTC (17 years, 3 months ago) by torben
File MIME type: text/plain
File size: 293 byte(s)
Added a cross-platform specification of desired baud-rate.

1 #pragma once
2 #include "SlipSerial.h"
3
4 class CH7Serial :
5 public CSlipSerial
6 {
7 public:
8 CH7Serial(void);
9 CH7Serial(char* port, Baudrate bitrate);
10 virtual ~CH7Serial(void);
11
12 void writeTarget(unsigned char target, unsigned char data);
13 short readTarget(unsigned char target);
14 };

  ViewVC Help
Powered by ViewVC 1.1.20