USB serial demo passes data from virtual serial port to debug serial port
Dependencies: max32630fthr USBDevice
Fork of FTHR_USB_serial by
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.
Windows Driver!
If you are using windows, go here for a driver:
To Build using mbed CLI and GCC ARM:
mbed compile -m MAX32630FTHR -t GCC_ARM
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:02c5adb483c8 | 2019-09-27 | phonemacro | Updated to Mbed 5.14 |
8:d2b660bf5f94 | 2017-11-16 | h_keyur | Updated all the libraries to latest revision |
7:55708293bda8 | 2017-02-06 | switches | Replacing reference to MAX14690 library |
6:684c51f32c1d | 2017-02-06 | switches | Updated max32630fthr library |
5:257f84271bc1 | 2017-02-06 | switches | Publishing to Maxim Integrated Team |
4:83fd5be9dab7 | 2017-02-03 | switches | Replaced development library with official library |
3:601c11238ccb | 2016-12-13 | switches | Updated pegagus_dev and max32630fthr libraries |
2:57500e991166 | 2016-12-08 | switches | Added max32630fthr library to replace PMIC initialization code.; Renamed serial ports to be more clear. |
1:6923b075c8d7 | 2016-11-12 | switches | Adding USB serial demo |
0:60a522ae2e35 | 2016-11-11 | switches | Basic blinky demo with development libraries for MAX32630FTHR |