USB通讯口
我想将数据从 PIC18F4550 发送到 EEPROM。 PIC 位于开发套件上 我想使用(USB 端口通信)将数据从我的 PC 发送到 PIC。 * 非串行 *
我正在寻找关于如何使用 C 或 Java 语言执行此操作的良好代码示例或教程
I want to send data from PIC18F4550 to an EEPROM. The PIC is located on a development kit
I want to send data from my PC to the PIC using (USB PORT COMMUNICATION). * not serial *
I'm looking for a good code example or tutorial about how this operation is performed using either C or Java languages
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://www.waitingforfriday.com/index.php/Building_a_PIC18F_USB_device
一个很好的教程为 PIC 构建通用 HID。
http://www.waitingforfriday.com/index.php/Building_a_PIC18F_USB_device
A good tutorial about building a generic HID for the PIC.
这里有一个视频(使用 C++)www.youtube.com/watch?v=lNdBIeXwED8
示例(西班牙语)http://ladelec.com/practicas/colaboradores/alfredo-rossini/593-como-aprender-a-usar-el-puerto-usb-con-pic-18f4550-y-visual-basic- 60
A video here (with C++) www.youtube.com/watch?v=lNdBIeXwED8
An example (in spanish) http://ladelec.com/practicas/colaboradores/alfredo-rossini/593-como-aprender-a-usar-el-puerto-usb-con-pic-18f4550-y-visual-basic-60