Jump to content
43oh

Recommended Posts

Hi,

 

I am using MSP432P401R to make a UART connection and talk to a board. I have found in the datasheet that MSP432 supports only one UART (RX-P3.2, TX-P3.3).

 

In this case when I use serial to transmit and receive from the other board, Can there be a way i can view the data on serial monitor? How to realize this? I have read in other posts about software serial where GPIOs can be used as serial pins. Can someone brief it for me.

 

My project basically is to read bytes from MCP39F501 onto MSP432P401R and then transmit that data using MODBUS TCP protocol with CC3100 boaster pack.

Link to post
Share on other sites

By saying two serial ports do you mean Serial.begin() and Serial1.begin() ??

 

I am trying to establish an UART communication using Serial1.begin() and using Serial.begin() as serial monitor. I am having bad time making it work.

 

The same code is working with TM4C1294 and MSP430F5529. Is there any other way to access other serial pins on MSP432 using energia?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...