Bash, serial I/O and Arduino

后端 未结 10 2365
眼角桃花
眼角桃花 2020-12-23 18:53

So, I\'m in a bit over my head, and I feel like I\'m very close to a solution, but it\'s just not working quite yet. Here\'s my situation:

I\'m working with an Ardui

10条回答
  •  情深已故
    2020-12-23 18:55

    On Linux, you need to call setserial to configure your serial port options (baud rate, parity, flow-control, etc.) before you can read/write the port correctly.

    You need to find a way to do this with your Mac OS X Bash system.

    Or you could write a Python script to do this.

提交回复
热议问题