向stm32板发送命令

时间:2015-04-28 19:00:04

标签: command usb port stm32

我试图通过Linux终端向STM32F4微控制器板发送命令。

我已尝试过以下命令:

~$: stty -F /dev/ttyACM0 raw           

~$: echo -e -n "\xAA\0xAB\0x10\0x00\0x00\0x00\0x00\0x00\0x01\0x00\0x00\0x00\0x00\0x00\0x00\0x00" > dev/ttyACM0   (this command should tell the stm32 to start recording)

并且没有错误,但我的STM32F4主板并没有给我任何回复。

我做错了吗?有更好的方法吗?

0 个答案:

没有答案