Articles Posted in the " " Category




  • SoftwareSerial: listen()

    SoftwareSerial: listen()

    描述 指定要監聽的軟體序列介面。一次只能有一組軟體序列介面被監聽,沒有被監聽的軟體序列介面其所接收到的資料都會 […]




  • SoftwareSerial: read

    SoftwareSerial: read

    描述 回傳軟體序列介面接收到的資料。 請注意,同一時間只能有一個 SoftwareSerial 物件接收資料, […]


  • SoftwareSerial: peek

    SoftwareSerial: peek

    描述 回傳軟體序列介面接收到的資料。不過與 read() 並不相同,在不呼叫 read() 前,每次呼叫 pe […]