jacobsa / go-serial

A Go library for dealing with serial ports.
Apache License 2.0
626 stars 120 forks source link

Added support for Windows #9

Closed matevzmihalic closed 9 years ago

matevzmihalic commented 9 years ago

This adds windows support. It's mostly just copy/paste from tarm/goserial. I've tested it on Windows 7 and 8 with amd64 and Windows XP with i386.

Now we can finally have a good cross platform serial library without the need for Cgo.

matevzmihalic commented 9 years ago

I cleaned up the code.

jacobsa commented 9 years ago

Thanks!