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

undefined: openPort #1

Open
KRens opened this issue Mar 24, 2016 · 1 comment
Open

undefined: openPort #1

KRens opened this issue Mar 24, 2016 · 1 comment

Comments

@KRens
Copy link

KRens commented Mar 24, 2016

Hi,

I get following error when downloading your code:
pi@max2play ~/golang $ go get github.com/fmpwizard/go-cortex

github.com/huin/goserial

src/github.com/huin/goserial/serial.go:151: undefined: openPort
src/github.com/huin/goserial/serial.go:151: not enough arguments to return

@fmpwizard
Copy link
Owner

sorry I just saw this ticket, when I wrote this I didn't apply any vendoring, so most likely goserial changed since I used it,

The last commit on goserial that I have on my laptop is:

Merge: fc6b24b 84ec7da
Author: Huin <[email protected]>
Date:   Fri Oct 12 00:36:15 2012 -0700

    Merge pull request #1 from chaos95/patch-1

    Fix build error in serial_windows.go

see if going back to that commit helps you compile the project.

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

2 participants