-1

I am new to Arduino and bit blur on how it works. lack of info on the net about it. please help me with these questions!

  1. Does Arduino due allow you to upload a program on programming port and then run it through Native port?

  2. Can I work with SerialUSB instance in Programming port?

1
  • 1
    lack of info on the net about it Then you can't be looking very hard. Commented Feb 26, 2016 at 10:22

1 Answer 1

1

Does Arduino due allow you to upload a program on programming port and then run it through Native port?

You don't run a program through anything. You run it on the Due. Where you send text to is entirely up to you.

Can I work with SerialUSB instance in Programming port?

I have no idea what you are asking there. Both the Programming port and Native port are capable of being used as virtual USB COM ports. They use CDC/ACM. One is directly connected to the SAM3X chip's USB peripheral, and the other is connected to the SAM3X's UART interface via another microcontroller as a USB to UART converter.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.