Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CS0246 Error with aurduino.cs? 'SerialPort' could not be found #11

Open
ehansen2580 opened this issue Jan 11, 2018 · 0 comments
Open

CS0246 Error with aurduino.cs? 'SerialPort' could not be found #11

ehansen2580 opened this issue Jan 11, 2018 · 0 comments

Comments

@ehansen2580
Copy link

I'm trying to build the blinkLED example with Visual Studio 2017. Looks to me like the project is all setup correctly and I've added the aurduino.cs file as per the instructions. But I get the following error with I build:
Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'SerialPort' could not be found (are you missing a using directive or an assembly reference?) blinkBoard C:\Users\erikj\source\repos\blinkBoard\blinkBoard\arduino.cs 407 Active

I didn't modify the aurduino.cs file at all and just added it to my project. What am I missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant