Closed GoogleCodeExporter closed 9 years ago
Please see the attached rs232.c file that allows for com ports up to 999
Original comment by blanchar...@gmail.com
on 8 Feb 2012 at 10:18
Attachments:
Thanks! I'll be adding this patch into the next version I push out. Thanks
for contributing!
Original comment by Nicholas...@gmail.com
on 8 Feb 2012 at 11:08
Thanks for incorporating the changes note that the new rs232.c takes the com
port as is and uses it instead of offsetting it into an array e.g.
OpenComport(1, 9600) actually opens \\.\COM1. The previous version would have
opened \\.\COM2 not sure where you want to change it? Either remove the
adjustment in the .as or add 1 before it is converted to string form in the .c
Thanks again it is a great library!
Original comment by blanchar...@gmail.com
on 9 Feb 2012 at 7:51
Fixed in 1.2.0. Will now accept > COM16 (however, the getComPorts() will only
report 16, as most Windows based OSs only support COM1 -> COM16
Original comment by Nicholas...@gmail.com
on 25 Mar 2012 at 3:43
Original issue reported on code.google.com by
blanchar...@gmail.com
on 2 Feb 2012 at 9:02