unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* I want to integrate serial port access in Emacs
@ 2007-08-07 10:23 Daniel Engeler
  0 siblings, 0 replies; only message in thread
From: Daniel Engeler @ 2007-08-07 10:23 UTC (permalink / raw)
  To: emacs-devel

I want to access a serial port from Emacs, without any other tools,
something like:

(let (x (serial-open "/dev/ttyS0" 9600))
  (serial-write x "hello")
  (message (serial-read x 10)))

Does this exist already? If not, I would like to integrate it. I think
this requires changing the C sources of Emacs.

I have experience with Unix serial port programming and Emacs Lisp, so
Emacs on Unix would be my first goal. Windows should follow too, such
that we have a platform-independent layer in Lisp.

Please tell me your comments.

Daniel Engeler

(This message was posted to comp.emacs yesterday, then referred to
this mailing list)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-07 10:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-07 10:23 I want to integrate serial port access in Emacs Daniel Engeler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).