0

Just as the question states, the goal is to reverse engineer the protocol used by a device.

Let's say you have a webcam, an Arduino and an Arduino USB Host shield. You want to talk to that webcam, from which you don't know the protocol. Can it be done by monitoring USB data packets and by analyzing the driver installed for that device?

It would be a really interesting project.

Thanks in advance.

4

1 回答 1

0

我经常使用串行间谍程序来查看两个设备之间的对话。在 Windows 中,您可以付费... http://www.sinnovations.com/htdocs/serial-port-monitor.htm 在 Linux 中它是免费的... http://www.cyberciti.biz/faq/howto-监控-数据-on-a-serial-port-in-linux/

于 2013-01-01T18:47:13.457 回答