如何使用 Mac OS X 从 USB 设备读取文件?
我对 Mac OS X 开发非常陌生。我正在实现一个基于 USB 的应用程序。在我的应用程序中当我的 USB 设备连接到系统时,我需要从 USB 读取文件并将其上传到 Web 服务器。
我浏览了谷歌和一些文件,但没有得到任何关于这方面的信息。你们能建议一个最好的文档或示例代码来做到这一点吗?
I am very new to Mac OS X development. I am implementing a USB based application. In my application When my USB device is connected to the system I need to read a file from USB and upload it to a web server.
I go through Google and some documents but I didn't get any information on this. Can you guys please suggest a best document or sample code to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能最好的起点是
USB 设备接口指南
<一href="http://www.google.it/url?sa=t&source=web&cd=1&sqi=2&ved=0CB0QFjAA&url=http://developer.apple.com/library/ios /#referencelibrary/入门/GS _Networking_iPhone/_index.html%2523//apple_ref/doc/uid/TP40007301&ei=X9ZtTvHTKuP1 0gH2ofD2BA&usg=AFQjCNE17Vky3OsDv6jcESIVf1Hu6qB8aw&sig2=I5nvk3gtOXZH0gvujdigpQ" rel="nofollow">网络与互联网起点
在那里您还可以找到更多信息和示例项目的链接
Probably the best places where to start are
USB Device Interface Guide
Networking & Internet Starting Point
There you can also find links for further information and sample projects