USB serial demo passes data from virtual serial port to debug serial port

Dependencies:   max32630fthr USBDevice

Fork of FTHR_USB_serial by Greg Steiert

This program receives characters from the virtual USBSerial UART and sends them back out over the virtual USBSerial UART and the DapLink UART. It will also change the status of LED 1 based on the least significant bit of the character received.

The default baud rate for the DapLink UART is 9600, the baud rate does not affect the virtual USBSerial UART.

To Build using mbed CLI and GCC ARM:

mbed compile -m MAX32630FTHR -t GCC_ARM

History

Updated to Mbed 5.14 default tip

2019-09-27, by phonemacro [Fri, 27 Sep 2019 21:02:41 +0000] rev 9

Updated to Mbed 5.14


Updated all the libraries to latest revision

2017-11-16, by h_keyur [Thu, 16 Nov 2017 21:27:19 +0000] rev 8

Updated all the libraries to latest revision


Replacing reference to MAX14690 library

2017-02-06, by switches [Mon, 06 Feb 2017 23:40:01 +0000] rev 7

Replacing reference to MAX14690 library


Updated max32630fthr library

2017-02-06, by switches [Mon, 06 Feb 2017 23:16:26 +0000] rev 6

Updated max32630fthr library


Publishing to Maxim Integrated Team

2017-02-06, by switches [Mon, 06 Feb 2017 22:38:15 +0000] rev 5

Publishing to Maxim Integrated Team


Replaced development library with official library

2017-02-03, by switches [Fri, 03 Feb 2017 23:14:57 +0000] rev 4

Replaced development library with official library


Updated pegagus_dev and max32630fthr libraries

2016-12-13, by switches [Tue, 13 Dec 2016 21:37:41 +0000] rev 3

Updated pegagus_dev and max32630fthr libraries


Added max32630fthr library to replace PMIC initialization code.; Renamed serial ports to be more clear.

2016-12-08, by switches [Thu, 08 Dec 2016 00:06:59 +0000] rev 2

Added max32630fthr library to replace PMIC initialization code.; Renamed serial ports to be more clear.


Adding USB serial demo

2016-11-12, by switches [Sat, 12 Nov 2016 00:34:35 +0000] rev 1

Adding USB serial demo


Basic blinky demo with development libraries for MAX32630FTHR

2016-11-11, by switches [Fri, 11 Nov 2016 21:08:36 +0000] rev 0

Basic blinky demo with development libraries for MAX32630FTHR