newLISP Fan Club

Forum => newLISP in the real world => Topic started by: didi on December 26, 2014, 12:26:18 AM

Title: Access to serial interface with Windows-OS
Post by: didi on December 26, 2014, 12:26:18 AM
I am wondering how to  communicate via the serial port  under Windows7.   Has someone a tipp ?
Title: Re: Access to serial interface with Windows-OS
Post by: rrq on December 26, 2014, 10:50:24 PM
I'm not sure which framework you're using, but as I remember, with cygwin the COMn devices are available as /dev/ttySn .. though, it was a few Santa Clauses ago, so I might remember it wrong. Perhaps Google is your friend?
Title: Re: Access to serial interface with Windows-OS
Post by: didi on December 27, 2014, 12:33:35 AM
OK - Thanks,  you are right,  Google ;)   I just found this on github:



//https://github.com/ryuo/newlisp-serial-port



An on the newLISP  site  under modules : //http://www.newlisp.org/modules/
Title: Re: Access to serial interface with Windows-OS
Post by: ryuo on January 01, 2015, 03:20:31 PM
That module is not finished, but it may be usable from C. I forget what state I left it in. I do remember it lacks a newLISP interface.