On Mon, Jan 6, 2014 at 3:29 PM, Mark Hahn <[email protected]> wrote: > Is there any node module to give access to a serial port on windows that > does not require compiling an extension? >
What is the problem with using extensions that have native bindings that must be compiled when they are installed? It's not hard to search npm and find this: https://github.com/technicalmachine/node-jssc, which makes me think you just wanted to post here in order to have a go with the following comment... > > The author of node-serialport has this weird idea that you can't offer a > c++ extension unless the user compiles it himself. > "The author" is several people that work _very_ hard to maintain a non-trivial extension—have some respect. Rick -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
