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.
アプリに出力ストリームがあり、そのストリームに 3 バイトを書き込みたいだけです。誰か良い例を見たことがありますか?バイトは次のとおりです。
Byte command1 = 254; Byte command2 = 108; Byte command3 = 1;
ありがとう