Closed
Description
On my Mac, the serial port appears as /"dev/cu.wch ch341 USB=>RS232 1440", including spaces which causes an error message like "avrdude: ser_open(): can't open device "/dev/cu.wch": No such file or directory"
Can't rename device to avoid the spaces.
Work around:
sudo ln cu.wch\ ch341\ USB=>RS232\ 1440 cu.wchrint
But this command has to be issued every time the USB is connected.