bluepill-serial-monster icon indicating copy to clipboard operation
bluepill-serial-monster copied to clipboard

USB to 3 Port Serial (UART) adapter firmware for STM32 Blue Pill.

Results 8 bluepill-serial-monster issues
Sort by recently updated
recently updated
newest added

The code in the usb_cdc.c:usb_cdc_port_send_rx_usb() function looks a little bit suspicious: in the 7-bits data mode it clears MSB of received data in the circular buffer treating it as linear...

Its my understanding that the two chips are pretty close together in features and capabilities. Would be fun to extend this to support both, if possible.

enhancement

Lacks probably some explanation regarding . Where do i find the right version for this here? Where do i have to copy it? What compiler do i need?

Hi, Is it possible to add support for STM32F103VET6 to gain 5 Serial Ports? Thanks

Added IrDA support. I am planning to add not UART IrDA devices support (IrDA remote control for TV or air conditioner for example), but now it's the first step.

From the spec: > This request sends special carrier modulation that generates an RS-232 style break. > > The _wValue_ field contains the length of time, in milliseconds, of the...

I needed a device with two two-pinned uarts and several gpio and with control via usb. This project was close to my needs, but lucks of gpio controls and had...

Здравствуйте. Спасибо за прошивку с кастомным USB стеком. Докачал частично STM32CubeF1 для CMSIS/Core/Include и Device/ST и собрал бинарник в 20 КиБ, который шьётся и работает на bluepill с загрузчиком BMPBootloader...