Kaynağa Gözat

Fix USB Serial break on Teensy3 (needed by Labview)

http://forum.pjrc.com/threads/25350-Teensy-3-1-Serial-Break
main
PaulStoffregen 10 yıl önce
ebeveyn
işleme
c01d9cfcac
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      teensy3/usb_dev.c

+ 2
- 0
teensy3/usb_dev.c Dosyayı Görüntüle

@@ -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;

Yükleniyor…
İptal
Kaydet