/[H7]/trunk/PIC/Testprogram/H7Serial.h
ViewVC logotype

Annotation of /trunk/PIC/Testprogram/H7Serial.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 38 - (hide annotations) (download)
Thu Feb 1 10:03:52 2007 UTC (17 years, 4 months ago) by torben
File MIME type: text/plain
File size: 288 byte(s)
Added test-program for  serial communication module
1 torben 38 #pragma once
2     #include "slipserial.h"
3    
4     class CH7Serial :
5     public CSlipSerial
6     {
7     public:
8     CH7Serial(void);
9     CH7Serial(char* port, int 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