APLawrence - Information and Resources for Unix and Linux Systems, Bloggers and the self-employed
RSS Feeds Get APLawrence.com by RSS











(OLDER) <- More Stuff -> (NEWER) (NEWEST)
Home > News Posts > two way bidirectional bi-directional pipe device driver––>Re: 'Emulate' a device
Printer Friendly Version




News Group Posts

two way bidirectional bi-directional pipe device

driver



From: johnd@sco.COM (John DuBois)
Newsgroups: comp.unix.sco.misc,comp.unix.sco.programmer
Subject: Re: 'Emulate' a device
Date: 17 Nov 2000 01:00:45 GMT
Message-ID: <8v1vvt$nud$1@hobbes.sco.com> 
References: <8v1ps6$e84$1@slb2.atl.mindspring.net> 


In article <8v1ps6$e84$1@slb2.atl.mindspring.net>,
Lars Oberg <lars_oberg@hotmail.com> wrote:
+What I am looking for is a device driver that simply acts as a two-way pipe
+between two devices.  Example:
+
+1) App 1 writes the string "Hello" to /dev/ttyA
+2) The device driver receives the string "Hello" on
+   /dev/ttyA and sends out the string on /dev/ttyB
+3) App 2 reads "Hello" from /dev/ttyB














Here are three possibilities:
If you don't need to do any serial ioctls or any such on the device and the
exact semantics you specified aren't neccessary, the simplest solution is to
use a pair of named pipes.  "man C mknod".  This doesn't work exactly the way
you specified: both processes would need to open both devices, and a string
written to a device appears on that same device.
A UNIX domain socket is similar but bidirectional, so you need only a single
device; anything pushed in one end comes out the other end.  More complex,
though.  
A pty behaves as you described, but has its own complexities.

        John
-- 
John DuBois     johnd@sco.com       KC6QKZ/AE
I wish to God these calculations had been executed by steam. - Charles Babbage


If this page was useful to you, please click to help others find it:  

Your +1's can help friends, contacts, and others on the web find the best stuff when they search.

Comments?



Click here to add your comments



Don't miss responses! Subscribe to Comments by RSS or by Email

Click here to add your comments


If you want a picture to show with your comment, go get a Gravatar



Have you tried Searching this site?

Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates

This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.

Publishing your articles here

Jump to Comments



Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them. I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.

Specific links that take you to pages that allow you to purchase the item I reviewed are very likely to pay me a commission. Many of the books I review were given to me by the publishers specifically for the purpose of writing a review. These gifts and referral fees do not affect my opinions; I often give bad reviews anyway.

We use Google third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.

g_face.jpg

This post tagged:

       - SCO_OSR5




Unix/Linux Consultants

Skills Tests

Guest Post Here