diff options
-rw-r--r-- | README.org | 2 | ||||
-rw-r--r-- | thogai.el | 10 |
2 files changed, 8 insertions, 4 deletions
@@ -9,6 +9,6 @@ as a replacement for Plover that integrates well with Emacs. Connect to your steno machine using the Gemini protocol with -M-x thogai-connect +M-x thogai-gemini-connect Chord away! @@ -34,7 +34,7 @@ ;; ;; Connect to your steno machine using the Gemini protocol with ;; -;; M-x thogai-connect +;; M-x thogai-gemini-connect ;; ;; Chord away! @@ -471,8 +471,12 @@ BYTES is a list of 6 bytes in the Gemini protocol." (thogai-process-stroke thogai-stroke-ring)) (setq bytes nil)))))) -(defun thogai-connect (port speed) - "Connect to steno machine at serial PORT with SPEED." +(defun thogai-gemini-connect (port speed) + "Connect to steno machine via the Gemini protocol. + +PORT is the path or name of the serial port. SPEED is the speed +of the port in bits per second, and is often known as the baud +rate." (interactive (list (serial-read-name) (serial-read-speed))) (make-serial-process :port port |