Parcourir la source

Update main.swift

Yeo Kheng Meng il y a 9 ans
Parent
commit
0c14b6d2b9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Examples/SwiftSerialIM/Sources/main.swift

+ 1 - 1
Examples/SwiftSerialIM/Sources/main.swift

@@ -4,7 +4,7 @@ import SwiftSerial
 
 let arguments = CommandLine.arguments
 guard arguments.count >= 2 else {
-    print("Need serial port name, e.g. /dev/ttyUSB0 as the first argument.")
+    print("Need serial port name, e.g. /dev/ttyUSB0 or /dev/cu.usbserial as the first argument.")
     exit(1)
 }