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.

skywalker

Member Since 10 Dec 2010
Offline Last Active May 31 2012 10:57 AM
-----

Posts I've Made

In Topic: ttl serial port

11 December 2010 - 03:10 PM

I apologize for stupidty. I am new to this. I must be missing a reference. The project automaticaly added using System; using System.Threading; using Microsoft.SPOT; using Microsoft.SPOT.Hardware; using SecretLabs.NETMF.Hardware; using SecretLabs.NETMF.Hardware.NetduinoMini; namespace NetduinoMiniApplication1 { public class Program { public static void Main() { // write your code here SerialPort s1 = new SerialPort("COM1", 115200); } } } I still get an error"missing a reference". When I look at the Microsoft.spot.hardware.system.io.ports. I dont see SerialPort, although there is a serial class listed.

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.