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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 torben 38 #pragma once
2 torben 44 #include "SlipSerial.h"
3 torben 38
4     class CH7Serial :
5     public CSlipSerial
6     {
7     public:
8     CH7Serial(void);
9 torben 54 CH7Serial(char* port, Baudrate bitrate);
10 torben 38 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