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

Serial RS232 xon xoff weigher to Netduino

serial rs232 xon xoff

  • Please log in to reply
No replies to this topic

#1 rmartin

rmartin

    New Member

  • Members
  • Pip
  • 4 posts

Posted 08 June 2013 - 09:59 AM

Hi I'm trying to connect a Serial output wheigher to Netduino.

Posted Image
I buy a TTL shield and connect it to Netduino 1.
My first problem is, when I connect My netduino to USB port my PC create/reserve a COM port for the Netduino comunication, and then when I connect the rs232 shied to Neduino my PC must ce create/reserve another COM port for this shield?

 

Because I dont understand how in a lot of code I found this:

 

  SerialPort mySerialPort = new SerialPort("COM1");

  mySerialPort.BaudRate = 9600;
  mySerialPort.Open();

 

How I can be sure that my shield assume the COM1 ?

When I connect my shied to netduino nothing appear on the screen

 

thanks

Fabio

 

 

 







Also tagged with one or more of these keywords: serial, rs232, xon xoff

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.