Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MainActivity.this.in = MainActivity.this.uart.getInputStream(); int re = in.read();
上記はすべて私のコードの一部です。周辺機器から数字を読みたい。待機時間が 3 秒を超えた場合。止まる!すると警告情報が表示されます!しかし、待機を中断する方法がわかりません。