• src/comio/comio.h comio_win32.c

    From rswindell@1:103/705 to CVS commit on Fri Jun 26 11:59:44 2020
    src/comio comio.h 1.10 1.11 comio_win32.c 1.8 1.9
    Update of /cvsroot/sbbs/src/comio
    In directory cvs:/tmp/cvs-serv28859

    Modified Files:
    comio.h comio_win32.c
    Log Message:
    Add comRaise/LowerRTS functinos for Win32.
    Need a *nix implementation now.

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri Jun 26 12:15:15 2020
    src/comio comio.h 1.11 1.12 comio_win32.c 1.9 1.10
    Update of /cvsroot/sbbs/src/comio
    In directory cvs:/tmp/cvs-serv30378

    Modified Files:
    comio.h comio_win32.c
    Log Message:
    Add comGet/SetTxFlowControl functions for Win32.
    Need *nix implementations now.

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri Jun 26 12:21:03 2020
    src/comio comio.h 1.12 1.13 comio_win32.c 1.10 1.11
    Update of /cvsroot/sbbs/src/comio
    In directory cvs:/tmp/cvs-serv30935

    Modified Files:
    comio.h comio_win32.c
    Log Message:
    Remove COMIOCALL (not needed).

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri Jun 26 12:38:03 2020
    src/comio comio.h 1.13 1.14 comio_win32.c 1.11 1.12
    Update of /cvsroot/sbbs/src/comio
    In directory cvs:/tmp/cvs-serv32562

    Modified Files:
    comio.h comio_win32.c
    Log Message:
    Change the return value and arguments to Get/SetTxFlowControl functions to support multiple types of flow control, not just RTS/CTS, but also DTR/DSR and XON/OFF (and obviously, none).
    TODO: consider how the dcb.fRtsControl member might need to be adjusted by the comSetTxFlowControl function (for Win32).

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Fri Jun 26 12:56:48 2020
    src/comio comio.h 1.14 1.15 comio_win32.c 1.12 1.13
    Update of /cvsroot/sbbs/src/comio
    In directory cvs:/tmp/cvs-serv2065

    Modified Files:
    comio.h comio_win32.c
    Log Message:
    Change the Get/Set FlowControl function to control both tx and rx flow control and accept/return a bit-field so multiple flow control methods can be enabled concurrently.

    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)