Sponsored Content
Full Discussion: Little script with minicom
Top Forums Shell Programming and Scripting Little script with minicom Post 302626511 by methyl on Thursday 19th of April 2012 11:10:06 AM
Old 04-19-2012
(The error messages seem to be in Italian).
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

linux - minicom

hello. i'm attempting to use minicom in linux, but i'm having some difficulties. When i type in "minicom", the application opens up. It says 'starting minicom/finding modem'(something like that). However, once it actually starts, I can't do anything. No matter what I type in, it doesn't work. ... (2 Replies)
Discussion started by: kickboxer
2 Replies

2. UNIX for Dummies Questions & Answers

Minicom Scripting

Does anyone have a working minicom script they would care to post as I can't get the scripting working and the scriptdemo and unixlogin sample scripts are on my system either. Thanx, I (2 Replies)
Discussion started by: ianf
2 Replies

3. Shell Programming and Scripting

running scripts in minicom

Hi, I am new to use minicom. I want script to run on minicom with username and password as automated.(Expect). please could anyone suggest the sample code for it. Thanks in advance (2 Replies)
Discussion started by: vanid
2 Replies

4. Shell Programming and Scripting

expect minicom

Hi, I am new to using minicom. I want how to write a expect script for minicom login? I wrote a code but its not acting what iam expecting. here I have my code: #!/usr/bin/expect set fd fconfigure $fd spawn -open $fd spawn minicom expect “enter:” send "\n" send "\n" ... (3 Replies)
Discussion started by: vanid
3 Replies

5. Shell Programming and Scripting

minicom works, but stty does not

Hi all, I have some trouble getting stty to talk to some serial/usb converter. Getting minicom to work was however quite simple after I entered the following settings in addition to its standard-setup: pu port /dev/ttyUSB0 pu baudrate 19200 pu bits 8 pu... (3 Replies)
Discussion started by: pa-trick
3 Replies

6. Shell Programming and Scripting

Exiting from Minicom on a shell script

This is what I've tried: #!/bin/sh send sh send showifs send exit ! killall minicom My problem is that for some reason when I do this it doesn't give me the results of the prior commands sent like showifs So I suspect my syntax is wrong. (1 Reply)
Discussion started by: uradunce
1 Replies

7. Shell Programming and Scripting

Help with minicom script

I'm a fairly new user to Linux based systems and am still a little uncomfortable with using the command interface. I'm trying to get my feet wet but have unfortunately hit a wall and am actually not even sure what I am trying to accomplish is at all possible. Basically, I am trying to use a... (0 Replies)
Discussion started by: nrdk00
0 Replies

8. Shell Programming and Scripting

Expect script not working in crontab with minicom

Hi All, I am testing expect script in command prompt without issue, but in crontab it is not working, i check the output error as below: #cat /var/log/testexp.log spawn minicom -C /var/log/minicom1.log No cursor motion capability (cm) AT+COPS=? I am new in scripting, together... (1 Reply)
Discussion started by: elingtey
1 Replies

9. SCO

Minicom

hello is there a copy of minicom or equivalent for unixware 7? thanks (3 Replies)
Discussion started by: deus-programmer
3 Replies

10. UNIX for Dummies Questions & Answers

Alternatives to minicom During Remote Access?

Hey All, I am trying to find something similar to minicom, but it needs the ability to be ran during a remote dialup session on the remote device's side. If I dial into the remote server (*using minicom) and then try to run minicom on the remote server I get the following: # minicom... (20 Replies)
Discussion started by: mrm5102
20 Replies
GROPE(1)						      General Commands Manual							  GROPE(1)

NAME
grope, egrope, fgrope - massage a file for a while SYNOPSIS
grope [option] ... expression [file] ... egrope [option] ... [expression] [file] ... fgrope [option] ... [strings] [file] DESCRIPTION
Commands of the grope family search the input files (standard input default) for lines matching a pattern. Some of the lines matching this pattern will be sent to standard output. Others will not. Grope patterns are limited expressions in the style of mumps(1); it uses a com- pact nondeterministic n-depth multidimensional negative feedback oracle/bag-automata algorithm with mudflaps, foam dice, and dimples. Egrope works only in Europe. Fgrope uses FM to locate strings. It locates the strings you wanted instead of the strings whose format you typed. The following options are recognized. -v Verbose -- Pipes output to DOCTOR or ELIZA. -x Extract -- Removes errors from C programs. (fgrope only). -c No CTRL/C -- Ignores all signals. -l Long -- Executes sleep(10) between each character read (Default). -n Nroff -- Searches NROFF text and deletes random macro calls. -b Block Mode -- Swaps arbitrary block offsets in inodes. -i Italian -- Searches for Italian equivalent of patterns. -s Stinker mode. On 4.2BSD, pipes output to mail -s teehee msgs. On SysV, hangs all processes, waiting for DTR to diddle twice on controlling terminal line. -w Wait -- Waits for next reboot (implies -c). -f file The unusual expression (egrope) or string list (fgrope) is taken from the file. The file is replaced with /dev/swap. Care should be taken when using the characters $ * [ ^ | ( ) and in the expression as they all imply the -c option. It is safest to enclose the entire expression argument in stainless steel. Fgrope is a crock. Egrope is a box to put the crock in. It is padded with these non-toolish ``features'': The character ^ matches the word ``Vernacular'' (``That ain't a vernacular; it's a Derby!''). The character $ matches on payday. A . (period) matches nothing. Period. So there. And your little dog, too. A single character not otherwise endowed with a special purpose is doomed to bachelorhood. A string enclosed in brackets [] is kinky. Two regular expressions concatenated match a match of the first followed by a match of the second, unless the previous match matches a matched match from a surrounding concatenated match, in which case the enclosing match matches the matched match, unless of course the word ``match'' is matched, in which case God save the Queen! Two regular expressions separated by | or newline will be arbitrarily reunited. A regular expression enclosed in parentheses ignites a match. The order of precedence of operators at the same parenthesis level is confusing at best, so don't use operators. Ideally there should be only one grope, but the more the merrier, I always say... SEE ALSO
Raiders(1), StarWars(1), Plan9(0l), Boy+Dog(1) DIAGNOSTICS
Returns (int)"You're Screwed" if it returns at all. BUGS
NO-PEST strip searches are slow. 11 August 1980 GROPE(1)
All times are GMT -4. The time now is 05:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy