Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

serial

Logging

picocom /dev/ttyUSB1 -b 115200 -l | tee my.log

or

picocom -b 115200 /dev/ttyUSB0 -g my_picocom_logfile.txt

stm32

serial-out contains mbed code for producing serial out, using PA_9 for TX, and PA_10 for RX

The USB can be used for serial communication via Serial in the Arduino IDE. See stm32-hello-arduino. A CP102 chip is used (I believe) to perform the communication. The pins used are PA11 (USB-) and PA12 (USB+).

Also in this directory

  • esp32-proxy - forwards serial communications (e.g. from stm32). Use pins labelled RX2 and TX2 on WROOM
  • picocom

Elsewhere in this project

  • stty for clues about automating with serial port