• virtual com port using stm32l053r8 cube libaries in keil (via USB to virtual com port)
    how to display a string from stm32l053r8 nucleo using cube libraries in keilv5 (via USB to virtual com port) **************************************** code: if( HAL_ADC_Start(&hadc) != HAL_OK) return...
  • virtual com port using stm32l053r8 cube libaries in keil (via USB to virtual com port)
    how to display a string from stm32l053r8 nucleo using cube libraries in keilv5 (via USB to virtual com port) **************************************** code: if( HAL_ADC_Start(&hadc) != HAL_OK) return...
  • Problem with Virtual Com Port
    Hi all! I try to implement a Virtual Com Port with eval board MCBSTM32. I started with the HID example provided in the download area. There are two interfaces: I0: bulk in + bulk out with max. packet...
  • Problem with Virtual Com Port
    Hi all! I try to implement a Virtual Com Port with eval board MCBSTM32. I started with the HID example provided in the download area. There are two interfaces: I0: bulk in + bulk out with max. packet...
  • USB Virtual COM Port problem
    Hello, Today I have a functionnal USB CDC driver that implements the ACM sub class. The problem is when I reset my device, the application on computer do not see that the COM port is lost (Tera...