大学生
最后登录1970-1-1
在线时间 小时
注册时间2014-3-3
|
楼主 |
发表于 2014-8-18 15:35:24
|
显示全部楼层
switch (RS485Flag)
// while( RS485Flag!=1);
{
case 1:
GPIO_SetBits(GPIOB,GPIO_Pin_5); //½øÈë·¢ËÍģʽ
send_data_uart2(0x01);
while (USART_GetFlagStatus(USART1, USART_FLAG_TC) == RESET);
break;
case 2:
GPIO_SetBits(GPIOB,GPIO_Pin_5); //½øÈë·¢ËÍģʽ
send_data_uart2(0x02);
while (USART_GetFlagStatus(USART1, USART_FLAG_TC) == RESET);
break;
可是PC发对应的指令,STM32毫无反应
|
|