Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ttcomtester/teraterm/teraterm/commlib.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9145 by zmatsuo, Sat Feb 6 05:44:11 2021 UTC revision 9206 by nmaya, Mon Apr 12 14:16:18 2021 UTC
# Line 235  void CommResetSerial(PTTSet ts, PComVar Line 235  void CommResetSerial(PTTSet ts, PComVar
235                  case IdStopBit1:                  case IdStopBit1:
236                          dcb.StopBits = ONESTOPBIT;                          dcb.StopBits = ONESTOPBIT;
237                          break;                          break;
                 case IdStopBit15:  
                         dcb.StopBits = ONE5STOPBITS;  
                         break;  
238                  case IdStopBit2:                  case IdStopBit2:
239                          dcb.StopBits = TWOSTOPBITS;                          dcb.StopBits = TWOSTOPBITS;
240                          break;                          break;

Legend:
Removed from v.9145  
changed lines
  Added in v.9206

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26