tarm / serial

BSD 3-Clause "New" or "Revised" License
1.61k stars 452 forks source link

Adapt Serial to Parallel Port #25

Closed marcelfarres closed 9 years ago

marcelfarres commented 9 years ago

During the past month I tried to adapt go serial to read/write to a parallel port unsuccessfully in order to perform an online EEG study.

I'm running windows 7, Do you have some clues how to make it work?

Thanks!

PD: I can do a fork and upload the code if you want :)

tarm commented 9 years ago

I think parallel ports are different enough (and much less common) that it does not makes sense to support them in the standard tarm/serial library.

Feel free to fork tarm/serial as a starting point for your parallel port work if that makes sense for you.