Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

3 Port USB-to-Serial Adapter Firmware for STM32 Blue Pill (STM32F103C8T6)

Status
Not open for further replies.

r2axz

Newbie
Joined
Nov 25, 2020
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
12
Hi, I'd like to share my 3-port USB-to-Serial adapter firmware project for STM32 Blue Pill (STM32F103C8T6).

Features:

  • 3 independent UART ports;
  • Hardware flow control (RTS/CTS) support1;
  • DSR/DTR/DCD signals support;
  • 7 or 8 bit word length;
  • None, even, odd parity;
  • 1, 1.5, and 2 stop bits;
  • Works with CDC Class drives on Linux, OS X, and Windows;
  • Supports all standard baud rates;
  • Supports non-standard baud rates;
  • DMA RX/TX for high-speed communications;
  • IDLE line detection for short response time;
  • Signed INF driver for Windows XP, 7, and 8;
  • Built-in command shell for device parameters configuration;
  • No external dependencies other than CMSIS;
Open-source, MIT license, source code and binary releases are available at https://github.com/r2axz/bluepill-serial-monster
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top