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.
libusb を使用して、ubuntu 11:04 で USB デバイスからデータを読み取るプログラムを作成します。USB からデータを読み取るプログラムが複数ある場合、新しいプログラムの起動のみが実行され、残りのプログラムは実行されません。
おそらく、各プログラムがデバイス インターフェイスを要求しようとしているためです (プログラムがファイルを開いてロックし、他のプロセスが同時にファイルを編集できないようにするのと似ています)。