mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Accessing serial port from kernel module
@ 2003-07-23 14:15 Kurt Häusler
  2003-07-23 14:25 ` Alan Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Kurt Häusler @ 2003-07-23 14:15 UTC (permalink / raw)
  To: linux-kernel

Hello

I am writing a kernel module device driver for a special sort of modem that doesn't use the standard AT command set.

Basically it is a protocol translator, user mode programs such as minicom or ppp will open my device, send their AT commands, and my driver will translate the data both directions.  The device attaches to the serial port.

I have written the top half, the interface between the user mode and the driver.  My question now is how to open a connection to the serial port that the device is attached to.

My first thought was to use sys_open but that is not exported, because kernel modules don't need access to files.

What is the preferred way in Linux for my module to open the serial port device such as /dev/ttyS1.

Thanks a lot

Kurt Häusler

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

end of thread, other threads:[~2003-07-24  8:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-23 14:15 Accessing serial port from kernel module Kurt Häusler
2003-07-23 14:25 ` Alan Cox
2003-07-24  8:26   ` Nick Craig-Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®