| 363 |
[Linux only] Pseudo TTY (a new PTY is automatically allocated) |
[Linux only] Pseudo TTY (a new PTY is automatically allocated) |
| 364 |
@item null |
@item null |
| 365 |
void device |
void device |
| 366 |
|
@item /dev/XXX |
| 367 |
|
[Linux only]Use host tty, e.g. @file{/dev/ttyS0}. The host serial port |
| 368 |
|
parameters are set according to the emulated ones. |
| 369 |
|
@item file:filename |
| 370 |
|
Write output to filename. No character can be read. |
| 371 |
@item stdio |
@item stdio |
| 372 |
[Unix only] standard input/output |
[Unix only] standard input/output |
| 373 |
|
@item pipe:filename |
| 374 |
|
[Unix only] name pipe @var{filename} |
| 375 |
@end table |
@end table |
| 376 |
The default device is @code{vc} in graphical mode and @code{stdio} in |
The default device is @code{vc} in graphical mode and @code{stdio} in |
| 377 |
non graphical mode. |
non graphical mode. |