Skip to content

Files

Latest commit

8b95254 · May 22, 2022

History

History

DhcpAddressPrinter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 8, 2021
May 22, 2022
May 22, 2022

Using USB-TTL converter

Serial.print goto PA9.

git clone https://github.com/nopnop2002/Arduino-STM32-Ethernet
cd Arduino-STM32-Ethernet/DhcpAddressPrinter
pio run -e bluepill_f103c8 -t upload

Using STM Virtual COM port

Serial.print goto USB Virtual COM port.

git clone https://github.com/nopnop2002/Arduino-STM32-Ethernet
cd Arduino-STM32-Ethernet/DhcpAddressPrinter
pio run -e bluepill_f103c8_usbcon -t upload && pio device monitor -b 115200 -p /dev/ttyACM0

Screen Shot

Screen_DhcpAddressPrinter