Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 3 months ago.
Mbed(LPC1768) USB vendor_id およびproduct_id
オレンジボードのUSBを使うこと検討しているのですが、USBSerial.hを見ると以下のように vendor_id = 0x1f00, uint16_t product_id = 0x2012になっていますが、これでよいのでしょうか?
USBSerial(uint16_t vendor_id = 0x1f00, uint16_t product_id = 0x2012, uint16_t product_release = 0x0001): USBCDC(vendor_id, product_id, product_release), buf(128){ };
1 Answer
10 years, 3 months ago.
こんにちは。
こちらのリンク先に説明があるように、必要があれば書き換えて使用すれば良いと思います。
https://developer.mbed.org/handbook/USBSerial