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

NETDUINO and SERIAL CAMERA


  • Please log in to reply
5 replies to this topic

#1 Simone

Simone

    New Member

  • Members
  • Pip
  • 2 posts

Posted 11 April 2012 - 07:46 PM

Hi to all ... i know c# and vb.net i've some problem in hardware site!!! :) Im new in netduino, i've only a question ( 4 now ) :), but every serial component, like this camera ( http://bansky.net/bl...ro-framework-2/ ) i can add in netduino 's hardware direct in D0, D1 only and i inizialize with : static SerialPort port = new SerialPort("COM1", 115200, Parity.None, 8, StopBits.One); and later i work whit byte data i think .. Can i have up to one serial controller to connect ? Can use netduino mini as the same of netduino ... ? Yes i think .. tnx 1000

#2 Arron Chapman

Arron Chapman

    Advanced Member

  • Members
  • PipPipPip
  • 289 posts
  • LocationOregon, USA

Posted 11 April 2012 - 11:08 PM

Can i have up to one serial controller to connect ?
Can use netduino mini as the same of netduino ... ? Yes i think ..


On the Netduino and Netduino Plus you can have up to 2 UART devices, UART 1 is on Digital Pins 0 & 1, UART 2 is on Digital Pins 2 & 3. The hardware page for the Netduino shows the pin assignments and is the same as the Netduino Plus. The Netduino Mini however only has 1 UART on pins 11 & 12. The hardware page for the mini has all of its pin assignments.

There are devices which will allow you to add more UARTs via an SPI interface, which will work with all of the Netduinos.

When you talk EE use small words, I'm just a Software Developer :)
My Blog/Site and Everything Else

If my post helped you please consider pressing the "Like This" button in the bottom right-hand corner.

 

Oh my. So many things, so little money!!

 


#3 awaiK

awaiK

    Advanced Member

  • Members
  • PipPipPip
  • 90 posts

Posted 12 April 2012 - 06:24 AM

On the Netduino and Netduino Plus you can have up to 2 UART devices, UART 1 is on Digital Pins 0 & 1, UART 2 is on Digital Pins 2 & 3. The hardware page for the Netduino shows the pin assignments and is the same as the Netduino Plus. The Netduino Mini however only has 1 UART on pins 11 & 12. The hardware page for the mini has all of its pin assignments.

There are devices which will allow you to add more UARTs via an SPI interface, which will work with all of the Netduinos.

Hi,

the Wiki says netduino mini has one TTL and one R232, so in total two UARTs or not?

#4 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 12 April 2012 - 06:26 AM

Hi awaiK,

the Wiki says netduino mini has one TTL and one R232, so in total two UARTs or not?

It has two UARTs...but you'll generally use one of them for deploy/debug. So there is one UART remaining for your code.

Chris

#5 Simone

Simone

    New Member

  • Members
  • Pip
  • 2 posts

Posted 13 April 2012 - 05:20 PM

Thanks, now i've only to try when camera will arrive !! :)

#6 Jeffistan

Jeffistan

    New Member

  • Members
  • Pip
  • 2 posts

Posted 20 May 2012 - 03:37 PM

Hi awaiK,

It has two UARTs...but you'll generally use one of them for deploy/debug. So there is one UART remaining for your code.

Chris


Chris,

What if I wanted to download the code over USB, but have my Netduino app use the serial port to pass data back to the PC for data logging? It seems like I should be able to do this without a USB to Serial chip, by using the PC's COM port directly. True or false?

Thanks,

Jeff




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.