浏览代码

Fix USB Serial break on Teensy3 (needed by Labview)

http://forum.pjrc.com/threads/25350-Teensy-3-1-Serial-Break
teensy4-core
PaulStoffregen 10 年前
父节点
当前提交
c01d9cfcac
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      teensy3/usb_dev.c

+ 2
- 0
teensy3/usb_dev.c 查看文件

@@ -323,6 +323,8 @@ static void usb_setup(void)
usb_cdc_line_rtsdtr = setup.wValue;
//serial_print("set control line state\n");
break;
case 0x2321: // CDC_SEND_BREAK
break;
case 0x2021: // CDC_SET_LINE_CODING
//serial_print("set coding, waiting...\n");
return;

正在加载...
取消
保存