i try connect Mega2560-CORE (USB2SERIAL) to platfromio
http://www.inhaos.com/product_info.php?products_id=118
http://www.inhaos.com/product_info.php?products_id=120
Mega2560-CORE not use COM port they use USB2SERIAL (CP2102 USB to UART bridge controller))
How to write the configuration correctly ???
Now I am using this
[env:ATmega2560]
platform = atmelavr
board = ATmega2560
framework = arduino
Please help