Ignore:
Timestamp:
Nov 27, 1999, 1:48:26 PM (26 years ago)
Author:
achimha
Message:

start of COM port implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/comm.cpp

    r100 r1858  
    1 /* $Id: comm.cpp,v 1.2 1999-06-10 20:47:54 phaller Exp $ */
     1/* $Id: comm.cpp,v 1.3 1999-11-27 12:48:25 achimha Exp $ */
    22
    33/*
     
    1515#include <os2win.h>
    1616#include "unicode.h"
     17#include "handlemanager.h"
    1718
    1819
     
    109110BOOL WIN32API SetupComm( HANDLE hFile, DWORD dwInQueue, DWORD dwOutQueue )
    110111{
    111   dprintf(("SetupComm Not implemented (TRUE)\n"));
    112   return(TRUE);
     112  return HMSetupComm(hFile, dwInQueue, dwOutQueue);
    113113}
    114114
     
    181181BOOL WIN32API GetCommState(INT hCommDev, LPDCB lpdcb)
    182182{
    183   dprintf(("OS2GetCommState Not implemented\n"));
    184   return(FALSE);
     183  return HMGetCommState(hCommDev, lpdcb);
    185184}
    186185
Note: See TracChangeset for help on using the changeset viewer.