• src/comio/comio.h comio_win32.c

    From rswindell to CVS commit on Friday, June 26, 2020 11:59:44
    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.

  • From rswindell to CVS commit on Friday, June 26, 2020 12:15:15
    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.

  • From rswindell to CVS commit on Friday, June 26, 2020 12:21:03
    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).

  • From rswindell to CVS commit on Friday, June 26, 2020 12:38:03
    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).

  • From rswindell to CVS commit on Friday, June 26, 2020 12:56:48
    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.

  • From Rob Swindell to Git commit to main/sbbs/master on Monday, October 10, 2022 17:09:36
    https://gitlab.synchro.net/main/sbbs/-/commit/de8a5b589b1279db3ad70081
    Modified Files:
    src/comio/comio.h comio_win32.c
    Log Message:
    Add comDrainOutput() for Win32

    Untested, but matches implementation from https://github.com/veeso/termiWin/blob/master/src/termiWin.c

    and declare function in comio.h