How do I use the serial ports monitor from within CLion?
If I add an external tool and run it I get:
/usr/local/bin/platformio serialports monitor
--- Miniterm on /dev/cu.usbmodem1421: 9600,8,N,1 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
Error: (25, 'Inappropriate ioctl for device')
The same command (platformio serialports monitor) works fine in at the command line (OS X Terminal).