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.

Andy

Member Since 18 Sep 2010
Offline Last Active Sep 19 2011 06:19 PM
-----

Posts I've Made

In Topic: missing files?

20 September 2010 - 06:09 PM

Ok consider this figured out :rolleyes:. I hadn't realized the debugger would go into the Open() function, I had expected it to just run the Open command and update the Output window. Turns out it goes into more detail as in stepping through each pin initialization. I pointed it to the NetduinoHardwareProvider.cs from the SDK source and now it's working fine. Thanks for the help. Andy

In Topic: missing files?

20 September 2010 - 05:21 PM

Just as a note, if I disable the breakpoint and let the app run without stepping through the code it doesn't fail in any visible way so it could be the debugger causing problems.

In Topic: missing files?

20 September 2010 - 05:04 PM

I've been executing through the Debug > Start Debugging command with a breakpoint on the if(!c1.IsOpen) line so I can single step through the code. I'm not seeing either of those options even with 'Show all settings' checked. Could it be because I'm using C# Express?

In Topic: missing files?

20 September 2010 - 04:38 PM

I wouldn't be surprised in the least if it was something misconfigured on my machine. So I created a new app using the template. Added the reference for Microsoft.SPOT.hardware.SerialPort. As soon as it hit the c1.Open(); line an Open File Dialog box showed up in the v4.1 program folder looking for NetduinoHardwareProvider.cs. For giggles I ran a file search on my system but wasn't able to turn the file up at all. I even tried removing and reinstalling the SDK but that didn't seem to help either. I'm wondering if I could just d/l that file and point the program to it.

In Topic: missing files?

20 September 2010 - 04:13 PM

Hi Chris,

1. ZIP up the project's directory and attach it to this post--so we can take a quick look at any odd settings that might have crept in...
nd_serialTest.zip
2. Please verify that you have selected the Netduino as your deployment target (in projet properties....NET Micro Framework tab).
Yup, Netduino is selected.
3. Create a blank Netduino Application project--does that give you the same error? If so, create a blank ".NET MF Console Application"--does that give you the same error?
Doesn't appear to, I used the Netduino as the target for this too: MFConsoleApplication_test.zip

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.