setserial
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 4 articles for 0.000 sec
DLL C++, il mio incubo!     

Group: it.comp.lang.delphi · Group Profile · Search for setserial in it.comp.lang.delphi
Author: Marco Ferlini
Date: Mar 3, 2008 22:32

... begin sSt:= SkyeTek_CreateDevice('COM1',pSkyDev); Memo1.Lines.Add('Create Device: '+GetStatus(sSt)); end else Memo1.Clear; if pSkyRdr=nil then begin // SetSerial pSkySer:= nil; SkyDev:= pSkyDev^; sSt:=SkyeTek_GetSerialOptions(SkyDev,SkySer); Memo1.Lines.Add('Get Serial Options: '+GetStatus(sSt)); SkySer.baudRate:=38400; SkySer....
Show full article (5.40Kb)
Re: Niestandardowa predkosc w rs232     

Group: pl.comp.os.linux.programowanie · Group Profile · Search for setserial in pl.comp.os.linux.programowanie
Author: Artur M. Piwko
Date: Dec 19, 2007 05:32

In the darkest hour on Wed, 19 Dec 2007 13:47:52 -0000, dienet <"dienet[anty_spam]"@poczta.fm> screamed: Ale pamiętaj że (przynajmniej na 2.6.20 i wyżej) : setserial sets custom speed on ttyS0. This is deprecated. No wlasnie. Dostaje to ostrzezenie i dlatego pytam: Czego moge sie w przyszlosci podziewac? Niedziałania. -- [ Artur M. Piwko : Pipen : AMP29-RIPE : RLU:...
Show full article (0.57Kb) · Show article thread
Re: Niestandardowa predkosc w rs232     

Group: pl.comp.os.linux.programowanie · Group Profile · Search for setserial in pl.comp.os.linux.programowanie
Author: Verox
Date: Dec 19, 2007 01:50

... which is a special case. using options in setserial, the actual speed of the serial port ...has told it to be 38400. For instance setserial /dev/ttyS2 spd_vhi stty 38400 < /dev/...the divisor only matters when you use the setserial option spd_cust. ---------- A tak w ogole to robilem...przynajmniej na 2.6.20 i wyżej) : setserial sets custom speed on ttyS0. This is ...
Show full article (0.92Kb) · Show article thread
Serial port configuration     

Group: alt.comp.os.linux · Group Profile · Search for setserial in alt.comp.os.linux
Author: Jerónimo Lopes
Date: Jan 18, 2007 04:25

... configure the serial port. I tried to use a line on inittab with "m:2345:off:/sbin/agetty 9600 ixon .. ttyS1"; I tried to put the stty line on rc.local. I think setserial command does not allow all the parameters I need. I think there is another issue about controlling the flow between the devices and maybe another one with UART capability of devices. On SCO Openserver I...
Show full article (0.92Kb)