我试图通过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主板并没有给我任何回复。
我做错了吗?有更好的方法吗?