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.

allen

Member Since 20 Dec 2011
Offline Last Active Jun 05 2012 06:53 AM
-----

Topics I've Started

read mac address?

23 April 2012 - 07:58 PM

What's the best way to read a netduino plus's mac address programmatically? Does the rj45 have to be plugged in to read it?

com1 on netduino plus throws error on open

22 April 2012 - 09:33 PM

Trying to open COM1 always throws an error where as COM2 opens just fine. Using the following open commands, why does COM1 throw this big error every time I try to enable it? SerialPortLMU = new SerialPort(SerialPorts.COM1, 115200, Parity.None, 8, StopBits.One); SerialPortLMU.Open(); 01/01/2009 00:23:49 #### Exception System.InvalidOperationException - CLR_E_INVALID_OPERATION (1) #### #### Message: #### Microsoft.SPOT.Hardware.Port::ReservePin [IP: 0000] #### #### System.IO.Ports.SerialPort::HandlePinReservations [IP: 002e] #### #### System.IO.Ports.SerialPort::Open [IP: 001d] #### #### TestApp.Program::SetupSerialPorts [IP: 0033] #### #### TestApp.Program::Main [IP: 0019] #### A first chance exception of type 'System.InvalidOperationException' occurred in Microsoft.SPOT.Hardware.dll #### Exception System.InvalidOperationException - CLR_E_INVALID_OPERATION (1) #### #### Message: #### System.IO.Ports.SerialPort::HandlePinReservations [IP: 0063] #### #### System.IO.Ports.SerialPort::Open [IP: 001d] #### #### TestApp.Program::SetupSerialPorts [IP: 0033] #### #### TestApp.Program::Main [IP: 0019] #### A first chance exception of type 'System.InvalidOperationException' occurred in Microsoft.SPOT.Hardware.SerialPort.dll Doing this same thing with COM2 gives no error or other problem at all. Am I using the right com code? Anyone have any ideas what I might be doing wrong?

store serial id

19 April 2012 - 04:02 AM

Is there any non volatile ram on the netduino plus i could store a unique serial # that I assign to any given board on? I can't store it on the micro sd card for obvious reasons (they can take it out).

netduino reading from db9 serial

11 April 2012 - 06:18 AM

I have a device that has a db9 male cable coming from it and I'm told talks SPI. I need to be able to read this over the netduino digital I/O pins. What do I need to do, buy or write to make this happen? $ isn't a problem, I just need this to work. Even if that requires doing something strange like converting to some other protocol using a uart or something? (yes, I'm clueless on this and I deeply apologize). But I really need to figure out a way to get this to work. Any and all suggestions are welcomed.

hex image file and deployment

10 March 2012 - 06:21 AM

I'm trying to be able to deploy to the netduino via the MFDeploy. My project deploys and runs fine when I run it from vs.net. However, when I load up mfdeploy and look for a .hex file, none are anywhere to be seen. I realize I'm probably missing something really obvious here, but where is the .hex file created?

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.