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.

Crash_Overload

Member Since 25 Sep 2010
Offline Last Active Mar 07 2013 05:08 PM
-----

Topics I've Started

Parallax 4x20x lcd help

01 January 2012 - 06:53 PM

Hello i have a parallax LCD 4x20x lcd and i have everything hooked up but i cant get anything to display on the LCD how do i tell the netduino to use a digital pin on the board to display the data.


here is the code i am using to dispolay to the LCD



            //instantiate the serial port connection       
            SerialPort serialPort = new SerialPort("COM2", 2400, Parity.None, 8, StopBits.One);
            serialPort.Open();
            byte[] bytes = Encoding.UTF8.GetBytes("Hello Netduino");
            serialPort.Write(bytes, 2, 14);




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.