USB serial demo passes data from virtual serial port to debug serial port
Dependencies: USBDevice max32630hsp3
Run the Code
- Import it into the mbed online compiler.
- Compile the program.
- It will automatically download the .bin file.
- Drag-drop or copy-paste the .bin file to the programmer drive. (PICO DAPLINK).
- Open a serial terminal (Putty, Tera Term, etc.)
- Find the COM port that the device is connected to and set that COM port in the terminal. Adjust the baudrate to 9600.
- Press the reset button on the microcontroller board. Now you should see another COM port on the device manager
- You should now see the temperature values on the terminal with 0.5-second intervals.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:00136669e20b | 2018-07-09 | Emre.Eken | mbed-os.lib revision is changed |
3:fe12fc83084f | 2018-04-25 | Emre.Eken | max32630hsp.lib is added instead of the folder max32630hsp |
2:bc6feae09da3 | 2018-04-24 | Emre.Eken | First revision |
1:138f024f15f6 | 2018-04-24 | Emre.Eken | First revision |
0:16a5c5ecfff8 | 2018-04-24 | EmreE | First revision |