USB-BDI
M:/USB-BDI/USB-BDI/Firmware/MPC555-USB-BDI/include/virtual_com_port.h
Go to the documentation of this file.
00001 /*      USB-BDI Used for programming and debugging a MPC555 over USB
00002  *
00003  *  Copyright 2005 NTB Interstate University of Applied Sciences of Technology Buchs
00004  *
00005  *  This program is free software: you can redistribute it and/or modify
00006  *  it under the terms of the GNU General Public License as published by
00007  *  the Free Software Foundation, either version 3 of the License, or
00008  *  (at your option) any later version.
00009  *
00010  *  This program is distributed in the hope that it will be useful,
00011  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  *  GNU General Public License for more details.
00014  */
00023 #ifndef VIRTUAL_COM_PORT_H_
00024 #define VIRTUAL_COM_PORT_H_
00025 
00026 extern unsigned long bitRate;
00027 extern unsigned char stopBit;
00028 extern unsigned char parityBit;
00029 extern unsigned char dataBits;
00030 extern unsigned short stopTime;
00031 extern unsigned char rts;
00032 extern unsigned char dtr;
00033 
00034 
00035 void initVirtualComPort();
00036 void handelVirtualComPortPackages();
00037 
00038 #endif /* VIRTUAL_COM_PORT_H_ */
 All Files Functions Variables Defines