Jump to content
  • 0

uC32 UART2


Saggitarius

Question

4 answers to this question

Recommended Posts

Hello,

You'll actually want to use Serial1.begin(38400); since the Serial names for the UART hardware start their numbering at 0. So the first UART just uses Serial, and the second UART uses Serial1. The uC32 does not have a third UART available for Serial2 which is why you are receiving this error.

Thanks,
JColvin

Link to comment
Share on other sites

On 8/11/2016 at 6:48 PM, JColvin said:

Hello,

You'll actually want to use Serial1.begin(38400); since the Serial names for the UART hardware start their numbering at 0. So the first UART just uses Serial, and the second UART uses Serial1. The uC32 does not have a third UART available for Serial2 which is why you are receiving this error.

Thanks,
JColvin

Hi,

 

Thanks for reply. Is it written this definition somewhere on a reference sheet?

 

Thanks,

Bela

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...