\r
/** \file\r
*\r
- * Main source file for the DualCDC demo. This file contains the main tasks of\r
+ * Main source file for the DualVirtualSerial demo. This file contains the main tasks of\r
* the demo and is responsible for the initial application hardware configuration.\r
*/\r
\r
-#include "DualCDC.h"\r
+#include "DualVirtualSerial.h"\r
\r
/** LUFA CDC Class driver interface configuration and state information. This structure is\r
* passed to all CDC Class driver functions, so that multiple instances of the same class\r
\r
/** \file\r
*\r
- * Header file for DualCDC.c.\r
+ * Header file for DualVirtualSerial.c.\r
*/\r
\r
-#ifndef _DUAL_CDC_H_\r
-#define _DUAL_CDC_H_\r
+#ifndef _DUAL_VIRTUALSERIAL_H_\r
+#define _DUAL_VIRTUALSERIAL_H_\r
\r
/* Includes: */\r
#include <avr/io.h>\r
\r
/** \file\r
*\r
- * Main source file for the CDC demo. This file contains the main tasks of\r
+ * Main source file for the VirtualSerial demo. This file contains the main tasks of\r
* the demo and is responsible for the initial application hardware configuration.\r
*/\r
\r
-#include "CDC.h"\r
+#include "VirtualSerial.h"\r
\r
/** LUFA CDC Class driver interface configuration and state information. This structure is\r
* passed to all CDC Class driver functions, so that multiple instances of the same class\r
\r
/** \file\r
*\r
- * Header file for CDC.c.\r
+ * Header file for VirtualSerial.c.\r
*/\r
\r
-#ifndef _CDC_H_\r
-#define _CDC_H_\r
+#ifndef _VIRTUALSERIAL_H_\r
+#define _VIRTUALSERIAL_H_\r
\r
/* Includes: */\r
#include <avr/io.h>\r
\r
/** \file\r
*\r
- * Main source file for the CDCMouse demo. This file contains the main tasks of\r
+ * Main source file for the VirtualSerialMouse demo. This file contains the main tasks of\r
* the demo and is responsible for the initial application hardware configuration.\r
*/\r
\r
-#include "CDCMouse.h"\r
+#include "VirtualSerialMouse.h"\r
\r
/** LUFA CDC Class driver interface configuration and state information. This structure is\r
* passed to all CDC Class driver functions, so that multiple instances of the same class\r
\r
/** \file\r
*\r
- * Header file for CDCMouse.c.\r
+ * Header file for VirtualSerialMouse.c.\r
*/\r
\r
-#ifndef _CDC_MOUSE_H_\r
-#define _CDC_MOUSE_H_\r
+#ifndef _VIRTUALSERIAL_MOUSE_H_\r
+#define _VIRTUALSERIAL_MOUSE_H_\r
\r
/* Includes: */\r
#include <avr/io.h>\r
\r
/** \file\r
*\r
- * Main source file for the DualCDC demo. This file contains the main tasks of the demo and\r
+ * Main source file for the DualVirtualSerial demo. This file contains the main tasks of the demo and\r
* is responsible for the initial application hardware configuration.\r
*/\r
\r
-#include "DualCDC.h"\r
+#include "DualVirtualSerial.h"\r
\r
/** Contains the current baud rate and other settings of the first virtual serial port. While this demo does not use\r
* the physical USART and thus does not use these settings, they must still be retained and returned to the host\r
\r
/** \file\r
*\r
- * Header file for DualCDC.c.\r
+ * Header file for DualVirtualSerial.c.\r
*/\r
\r
-#ifndef _DUAL_CDC_H_\r
-#define _DUAL_CDC_H_\r
+#ifndef _DUAL_VIRTUALSERIAL_H_\r
+#define _DUAL_VIRTUALSERIAL_H_\r
\r
/* Includes: */\r
#include <avr/io.h>\r
\r
/** \file\r
*\r
- * Main source file for the CDC demo. This file contains the main tasks of the demo and\r
+ * Main source file for the VirtualSerial demo. This file contains the main tasks of the demo and\r
* is responsible for the initial application hardware configuration.\r
*/\r
\r
-#include "CDC.h"\r
+#include "VirtualSerial.h"\r
\r
/** Contains the current baud rate and other settings of the virtual serial port. While this demo does not use\r
* the physical USART and thus does not use these settings, they must still be retained and returned to the host\r
\r
/** \file\r
*\r
- * Header file for CDC.c.\r
+ * Header file for VirtualSerial.c.\r
*/\r
\r
-#ifndef _CDC_H_\r
-#define _CDC_H_\r
+#ifndef _VIRTUALSERIAL_H_\r
+#define _VIRTUALSERIAL_H_\r
\r
/* Includes: */\r
#include <avr/io.h>\r
\r
/** \file\r
*\r
- * Main source file for the CDCHost demo. This file contains the main tasks of\r
+ * Main source file for the VirtualSerialHost demo. This file contains the main tasks of\r
* the demo and is responsible for the initial application hardware configuration.\r
*/\r
\r
-#include "CDCHost.h"\r
+#include "VirtualSerialHost.h"\r
\r
/** LUFA CDC Class driver interface configuration and state information. This structure is\r
* passed to all CDC Class driver functions, so that multiple instances of the same class\r
\r
/** \file\r
*\r
- * Header file for CDCHost.c.\r
+ * Header file for VirtualSerialHost.c.\r
*/\r
\r
-#ifndef _CDC_HOST_H_\r
-#define _CDC_HOST_H_\r
+#ifndef _VIRTUALSERIAL_HOST_H_\r
+#define _VIRTUALSERIAL_HOST_H_\r
\r
/* Includes: */\r
#include <avr/io.h>\r
#define _CONFIGDESCRIPTOR_H_\r
\r
/* Includes: */\r
- #include <LUFA/Drivers/USB/USB.h> // USB Functionality\r
+ #include <LUFA/Drivers/USB/USB.h>\r
\r
- #include "CDCHost.h"\r
+ #include "VirtualSerialHost.h"\r
\r
/* Macros: */\r
/** Interface Class value for the CDC class */\r
\r
/** \file\r
*\r
- * Main source file for the CDCHost demo. This file contains the main tasks of\r
+ * Main source file for the VirtualSerialHost demo. This file contains the main tasks of\r
* the demo and is responsible for the initial application hardware configuration.\r
*/\r
\r
-#include "CDCHost.h"\r
+#include "VirtualSerialHost.h"\r
\r
#if 0\r
/* NOTE: Here you can set up a standard stream using the created virtual serial port, so that the standard stream functions in\r
\r
/** \file\r
*\r
- * Header file for CDCHost.c.\r
+ * Header file for VirtualSerialHost.c.\r
*/\r
\r
-#ifndef _CDC_HOST_H_\r
-#define _CDC_HOST_H_\r
+#ifndef _VIRTUALSERIAL_HOST_H_\r
+#define _VIRTUALSERIAL_HOST_H_\r
\r
/* Includes: */\r
#include <avr/io.h>\r