Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

How to use UART0 in netduino board


  • Please log in to reply
2 replies to this topic

#1 Suresh Raj

Suresh Raj

    New Member

  • Members
  • Pip
  • 5 posts

Posted 26 March 2012 - 07:40 PM

Can anyone point me how to use UART0 in netduino board. I need 3 UARTs to be used (UART0, UART1 and DUART)

#2 Suresh Raj

Suresh Raj

    New Member

  • Members
  • Pip
  • 5 posts

Posted 26 March 2012 - 07:57 PM

Can anyone point me how to use UART0 in netduino board. I need 3 UARTs to be used (UART0, UART1 and DUART)


Sorry I need to use UART1 (PA5 and PA6) on the SAM7x512 chip, can any one point me out how can access this UART1.

#3 GlenS

GlenS

    Member

  • Members
  • PipPip
  • 23 posts
  • LocationTamworth, UK

Posted 27 March 2012 - 12:50 PM

Sorry I need to use UART1 (PA5 and PA6) on the SAM7x512 chip, can any one point me out how can access this UART1.


Hi Suresh - does this help..

You would then use

SerialPort serialPortCP5200 = new SerialPort("COM2", 9600, Parity.None, 8, StopBits.One);

to access the 2nd comm port

best of luck
Glen




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.