62 lines
1.9 KiB
Text
62 lines
1.9 KiB
Text
$ .+
|
|
$ .identifier : $Id: serial.msf,v 4.1 2000/12/11 09:54:19 cibrario Rel $
|
|
$ .context : SATURN, Saturn CPU / HP48 emulator
|
|
$ .title : $RCSfile: serial.msf,v $
|
|
$ .kind : Message catalog source
|
|
$ .author : Ivan Cibrario B.
|
|
$ .site : CSTV-CNR
|
|
$ .creation : 13-Sep-2000
|
|
$ .keywords : *
|
|
$ .description :
|
|
$ Message catalog source file for the serial port emulator.
|
|
$ .notes :
|
|
$ . $Log: serial.msf,v $
|
|
$ . Revision 4.1 2000/12/11 09:54:19 cibrario
|
|
$ . Public release.
|
|
$ .
|
|
$ . Revision 3.16 2000/11/21 16:42:18 cibrario
|
|
$ . Ultrix/IRIX support:
|
|
$ . - New message: 203
|
|
$ .
|
|
$ . Revision 3.8 2000/10/19 15:00:10 cibrario
|
|
$ . Bug fix:
|
|
$ . Removed lines with empty directives
|
|
$ .
|
|
$ Revision 3.2 2000/09/22 14:38:08 cibrario
|
|
$ Implemented preliminary support of HP49 hw architecture:
|
|
$ - New messages: 408, 409
|
|
$ .
|
|
$ Revision 2.6 2000/09/15 09:26:18 cibrario
|
|
$ Added new messages: 403, 404, 405, 406, 407,
|
|
$ needed by the implementation of USE_STREAMSPTY
|
|
$ .
|
|
$ Revision 2.5 2000/09/14 15:44:49 cibrario
|
|
$ *** empty log message ***
|
|
$ .-
|
|
|
|
$set 1
|
|
15 Serial
|
|
|
|
$set 15
|
|
101 Function [%s] called
|
|
102 Serial port emulator: [%s]
|
|
103 Read [%s]; value [%01X]
|
|
104 Write [%s]; value [%01X](old) -> [%01X](new)
|
|
105 Read RBR; value [%02X]
|
|
106 Write TBR; value [%02X]
|
|
107 Slave pseudo-terminal name is [%s]
|
|
201 Read from empty receiver buffer, rcs [%01X]
|
|
202 Write into full transmitter buffer, tcs [%01X]
|
|
203 Pseudo-terminals not supported
|
|
301 Error draining transmitter buffer
|
|
302 Error charging receiver buffer
|
|
303 Error shutting down pseudo-terminal
|
|
401 openpty() failed on master pty
|
|
402 fcntl() failed on master pty
|
|
403 Can't open() pty master [%s]
|
|
404 grantpt() failed on master pty
|
|
405 unlockpt() failed on master pty
|
|
406 Can't open() pty slave [%s]
|
|
407 ioctl(I_PUSH,[%s]) failed on slave pty
|
|
408 tcgetattr() failed on master pty
|
|
409 tcsetattr() failed on master pty
|