ladislas / Bare-Arduino-Project

Start your Arduino projects right out of the box
MIT License
564 stars 68 forks source link

MONITOR_PORT does not support network connections #20

Closed Ulli2k closed 9 years ago

Ulli2k commented 9 years ago

I want to execute the following flash command with your make file avrdude -b 115200 -p m328p -c arduino -P net:beagle:4000 -Uflash:w:file.hex

But MONITOR_PORT does not support net:beagle:4000!

I additionally want to use make monitor with a different port "net:beagle:4001"

Would it be possible to include that or is there a workaround?

ladislas commented 9 years ago

hi @Ulli2k -- as the same issue is discussed here, I'm closing the issue now.