~ubuntu-branches/ubuntu/edgy/rxtx/edgy-201105201527

« back to all changes in this revision

Viewing changes to src/win32termios.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Joussen
  • Date: 2006-03-01 18:56:52 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060301185652-ri9941gi01goklvz
Tags: 2.1.7-2
Fixed stupid bug in clean target.
(closes: Bug#354859)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*-------------------------------------------------------------------------
2
2
|   rxtx is a native interface to serial ports in java.
3
 
|   Copyright 1997-2002 by Trent Jarvi taj@www.linux.org.uk.
 
3
|   Copyright 1997-2004 by Trent Jarvi taj@www.linux.org.uk.
4
4
|
5
5
|   This library is free software; you can redistribute it and/or
6
6
|   modify it under the terms of the GNU Library General Public
239
239
#define CCTS_OFLOW      0100000
240
240
#define CIGNORE         0400000
241
241
#define CRTSCTS   020000000000          /* flow control */
 
242
#define HARDWARE_FLOW_CONTROL CRTSCTS
242
243
#define CRTSXOFF        010000000000
243
244
/* c_oflag bits */
244
245
#define OPOST   0000001
311
312
#define  B3500000 0010016
312
313
#define  B4000000 0010017
313
314
 
314
 
/* glue for unsupported linux speeds see also SerialImp.h.h */
 
315
/* glue for unsupported linux speeds see also SerialImp.h */
 
316
/* hosed */
315
317
 
316
318
#define B14400          1010001
317
319
#define B28800          1010002
420
422
/*
421
423
        FIXME
422
424
        frame and parity errors caused crashes in testing BlackBox
423
 
        #define TIOCGICOUNT     0x545d
424
425
*/
 
426
#define TIOCGICOUNT     0x545d
425
427
 
426
428
/* ioctl errors */
427
429
#define ENOIOCTLCMD     515
440
442
#define TIOCM_RI    TIOCM_RNG
441
443
 
442
444
 
 
445
#define CMSPAR      010000000000  /* mark or space parity */