> > Is there any node module to give access to a serial port on windows that > does not require compiling an extension? > > IMHO, if there is no need in very low level bit-bang or legacy tty/serial stuff, just reading and writing bytes (e.g. modern USB-serial devices), then accessing serial port on both GNU/Linux and MS Windows is normal file openning process. (I'm not sure about default max baudrate, though).
But, nodejs has some problems with this on MS Windows: https://github.com/joyent/node/issues/6125 > The author of node-serialport has this weird idea that you can't offer a > c++ extension unless the user compiles it himself. > And to debug this, there must be full toolchain, lib compile setup on my own laptop, not just python && MS VS as for `node-serial` :) _________ -- -- 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.
