STM32有COM1,COM2
typedef enum 
 { 

   COM1 = 0, 

   COM2 = 1 

} COM_TypeDef;