ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] съем логов с АТС с ком порта.
@ 2003-04-29 11:09 Oleg K. Artemjev
  2003-04-30 10:53 ` Oleg K. Artemjev
  0 siblings, 1 reply; 4+ messages in thread
From: Oleg K. Artemjev @ 2003-04-29 11:09 UTC (permalink / raw)
  To: community

Есть рекомендованная (найденная где-то в сети =) ) строка для съема
логов с АТС LG Starex VSPi:

stty 1200 clocal -parenb -parodd cs8 -cstopb -icanon < /dev/ttyS0

В данный момент съем происоходит с потерей символов. Телефонист дал 
наводящую - надо мол использовать сигналы квитирования (видимо 
старт-стоп == xon/xoff?)

Вопросы: 

правильно ли, что с вышеуказанной строкой настройки таковы (невнятный ман, IMO):

clocal	=	контрольные сигналы модема отключены.
-parenb	=	нет бита четности, бит четности не ожидается.
-parodd	=	'parity' установлено в состояние 'нечетность'.

короче (по всей строке) 1200, 8n1

что нужно добавить чтобы использовать сигналы кивитирования? Я полагаю, что
это ixon ixoff - верно?

Все это на данный момент делается из скрипта перезапускаемого init через inittab:

#!/bin/sh
echo $$ > /var/run/LGStarexVSP.ttyS0.cat.pid
stty 1200 clocal -parenb -parodd cs8 -cstopb -icanon < /dev/ttyS0
cat /dev/ttyS0 >> /var/log/LG-Starex-VSP.ttyS0.office.output1\&2

может можно придумать что получше? ?-)

-- 
Bye.Olli.			http://olli.digger.org.ru



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

end of thread, other threads:[~2003-05-08 11:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-29 11:09 [Comm] съем логов с АТС с ком порта Oleg K. Artemjev
2003-04-30 10:53 ` Oleg K. Artemjev
2003-05-08  6:57   ` [Comm] где линух ест буквы на ком порту? ?-) Oleg K. Artemjev
2003-05-08 11:18     ` Ilya Palagin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git