Function: serial-speed
serial-speed is a byte-compiled function defined in term.el.gz.
Signature
(serial-speed)
Documentation
Return the speed of the serial port of the current buffer's process.
The return value may be nil for a special serial port.
Source Code
;; Defined in /usr/src/emacs/lisp/term.el.gz
(defun serial-speed ()
"Return the speed of the serial port of the current buffer's process.
The return value may be nil for a special serial port."
(process-contact (get-buffer-process (current-buffer)) :speed))