unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Process filters — line at a time?
@ 2024-08-28 22:53 Christopher Howard
  2024-08-29  5:00 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Howard @ 2024-08-28 22:53 UTC (permalink / raw)
  To: Help Gnu Emacs Mailing List

Hi, I maintain a legacy system that communicates over a 9600 7E1 RS-232 connection. I want to use Emacs to automate some things that normally involving hours of sitting in front of the terminal and a lot of keystrokes. Currently 29.4 is installed on the computer attached to the serial port.

I've made a good start using serial-term and serial-process-configure to setup my terminal, with the idea of using process-send-string to send commands, and a process filter to analyze the output. However, I need to analyze the output a line a time, to know what commands to send, and my understanding is that process filters do not necessarily give you a whole line at a time. I was wondering if there was some Emacs abstraction or approach that might be helpful here, so that I could focusing on matching lines of data, without getting all caught up in the intricacies of buffering and character processing. Or maybe some way to configure the process so that the process filter always delivers a line at a time.

-- 
📛 Christopher Howard
🚀 gemini://gem.librehacker.com
🌐 http://gem.librehacker.com

בראשית ברא אלהים את השמים ואת הארץ



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-08-29 19:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28 22:53 Process filters — line at a time? Christopher Howard
2024-08-29  5:00 ` Eli Zaretskii
2024-08-29 15:38   ` Christopher Howard
2024-08-29 15:47     ` Eli Zaretskii
2024-08-29 19:20     ` Stefan Monnier via Users list for the GNU Emacs text editor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).