From: George H. <geo...@us...> - 2012-07-18 12:34:29
|
Update of /cvsroot/win32forth/win32forth/demos In directory vz-cvs-4.sog:/tmp/cvs-serv13383 Modified Files: WINSER.F Log Message: Added comment about use of higher number com ports. Index: WINSER.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/demos/WINSER.F,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** WINSER.F 15 Feb 2012 19:37:06 -0000 1.6 --- WINSER.F 18 Jul 2012 12:34:27 -0000 1.7 *************** *** 82,86 **** Call SetCommTimeouts drop ; ! : ComOpen ( z1 -- cHndl ) \ Open Com port for z" COM1", or z" COM2" >R NULL \ no template --- 82,87 ---- Call SetCommTimeouts drop ; ! : ComOpen ( z1 -- cHndl ) \ Open Com port for z" COM1", or z" COM2" etc. If port is higher than 9 then it ! \ must be in the form z" \\.\COM10" to work correctly. >R NULL \ no template |