• 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...
  • USB Port Com
    hello, I have difficulties to use the USB interface in virtual Com mode with the microcontroller Cortex M0+ LPC11U67 manufactured by NXP. I found a compatible driver on this link. github...
  • USB Port Com
    hello, I have difficulties to use the USB interface in virtual Com mode with the microcontroller Cortex M0+ LPC11U67 manufactured by NXP. I found a compatible driver on this link. github...
  • Computer COM port & microcontroller COM port ??
    Hi all, I have written a program in VC++ to write a char array of 13 bytes on COM port using 9600-N-8-1 parameters. when i send this to my target device it responds, but same program when i send...