serial ioctl implementation
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 86 articles for 0.064 sec
Re: HEAD UP: non-MPSAFE network drivers to be disabled (was: 8.0 network stack MPsafety goals (fwd))     

Group: fa.freebsd.current · Group Profile · Search for serial ioctl implementation in fa.freebsd.current
Author: Robert Watson
Date: May 27, 2008 01:56

... `should' I meant that it would still be possible to implement multiple line disciplines with the mpsafetty code. But I really think... this point, given that that would require byte streams from serial lines to go into userspace just to be re-injected into...more constrained set of I/O hooks, selected using the same ioctl but presumably a different discipline name. Unfortunately, it's not...
Show full article (1.53Kb) · Show article thread
Re: HEAD UP: non-MPSAFE network drivers to be disabled     

Group: fa.freebsd.current · Group Profile · Search for serial ioctl implementation in fa.freebsd.current
Author: Julian Elischer
Date: May 27, 2008 01:07

... the Xtal on a VAX serial port for faster SLIP ?) if_ppp happened ... which also emulates the older "termio" ioctls. Anybody who cares to browse the ... that RFC1055 contains, will see that implementing SLIP in userland using tun(4)... effective way to hook into a serial device in such a way that ... ppp moduel hooked directly to the serial port via the netgraph line discipline...
Show full article (2.73Kb) · Show article thread
Re: HEAD UP: non-MPSAFE network drivers to be disabled     

Group: fa.freebsd.current · Group Profile · Search for serial ioctl implementation in fa.freebsd.current
Author: Julian Elischer
Date: May 27, 2008 00:46

... the Xtal on a VAX serial port for faster SLIP ?) if_ppp happened ...", which also emulates the older "termio" ioctls. Anybody who cares to browse the ... that RFC1055 contains, will see that implementing SLIP in userland using tun(4)... effective way to hook into a serial device in such a way that ... ppp moduel hooked directly to the serial port via the netgraph line discipline....
Show full article (2.21Kb) · Show article thread
Re: HEAD UP: non-MPSAFE network drivers to be disabled (was: 8.0 network stack MPsafety goals (fwd))     

Group: fa.freebsd.current · Group Profile · Search for serial ioctl implementation in fa.freebsd.current
Author: Peter Wemm
Date: May 26, 2008 23:17

... has changed the Xtal on a VAX serial port for faster SLIP ?) if_ppp happened because that ... "termios", which also emulates the older "termio" ioctls. Anybody who cares to browse the three pages of text that RFC1055 contains, will see that implementing SLIP in userland using tun(4) ...that we could push processing for things like serial mice into the kernel and reduce context ...
Show full article (3.33Kb) · Show article thread
Re: HEAD UP: non-MPSAFE network drivers to be disabled (was: 8.0 network stack MPsafety goals (fwd))     

Group: fa.freebsd.current · Group Profile · Search for serial ioctl implementation in fa.freebsd.current
Author: Poul-Henning Kamp
Date: May 26, 2008 12:13

... they could (Hands up: who has changed the Xtal on a VAX serial port for faster SLIP ?) if_ppp happened because that was how if_slip did it....only one: the POSIX mandated "termios", which also emulates the older "termio" ioctls. Anybody who cares to browse the three pages of text that RFC1055 contains, will see that implementing SLIP in userland using tun(4) and the code on the other three...
Show full article (1.86Kb) · Show article thread
Re: Mapping of Serial API Commands to Streamdriver     

Group: microsoft.public.windowsce.platbuilder · Group Profile · Search for serial ioctl implementation in microsoft.public.windowsce.platbuilder
Author: voidcoder
Date: Sep 28, 2006 23:38

...> There are some WINAPI calls for serial drivers like WaitCommEvent(), GetCommState(), SetCommMask(). A serial driver is implemented as a Streamdriver and therefore ...that the calls mentioned above are mapped to IOCTL's like IOCTL_SERIAL_WAIT_ON_MASK, IOCTL_SERIAL_GET_DCB etc. ... a documentation in help which links the serial IOCTL's with the WINAPI calls. ...
Show full article (0.93Kb) · Show article thread
Mapping of Serial API Commands to Streamdriver     

Group: microsoft.public.windowsce.platbuilder · Group Profile · Search for serial ioctl implementation in microsoft.public.windowsce.platbuilder
Author: Jack
Date: Sep 28, 2006 23:28

... There are some WINAPI calls for serial drivers like WaitCommEvent(), GetCommState(), SetCommMask(). A serial driver is implemented as a Streamdriver and...calls mentioned above are mapped to IOCTL's like IOCTL_SERIAL_WAIT_ON_MASK, IOCTL_SERIAL_GET_DCB etc. ...the prefix COM_ that this is a serial driver and supports the IOCTL... in help which links the serial IOCTL's with the WINAPI calls...
Show full article (0.63Kb)
Re: Java Serializing in C/C++?     

Group: comp.lang.c++ · Group Profile · Search for serial ioctl implementation in comp.lang.c++
Author: James Kanze
Date: Mar 7, 2008 03:19

... <james.ka...@gmail.com> wrote: In the classical implementation of pipes (under Unix V7, for ... there, and read them. According to R. Stevens ioctl() works on pipes too for Unix implementations. Probably using ioctl is more portable than fstat to determine how much data is available...probably talking about modern Unix; I don't think ioctl worked on pipes under V7. On the other ...
Show full article (1.27Kb) · Show article thread
Re: Java Serializing in C/C++?     

Group: comp.lang.c++ · Group Profile · Search for serial ioctl implementation in comp.lang.c++
Author: coal
Date: Mar 6, 2008 13:59

..., though, I think it make sense to focus on sockets first. In the classical implementation of pipes (under Unix V7, for example), a read from a pipe ... out how many more were there, and read them. According to R. Stevens ioctl() works on pipes too for Unix implementations. Probably using ioctl is more portable than fstat to determine how much data is available. Brian Wood
Show full article (1.68Kb) · Show article thread
Re: Some questions on writing data to a serial port?     

Group: comp.unix.programmer · Group Profile · Search for serial ioctl implementation in comp.unix.programmer
Author: Barry Margolin
Date: Sep 14, 2007 18:11

... with a device attached to a serial port. The library is very simple ...by ttypatch [1] and a real serial port without a device attached), ..., but not using O_NONBLOCK) to implement a timeout [1]. But if I...timeout after select() when reading from serial port?" from 7 Sep 2007. ...next time you write(). Because sometimes ioctl (fd, TIOCOUTQ, &bytes) shows there is...
Show full article (5.40Kb) · Show article thread
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next