Serial communication

This is a discussion on Serial communication within the Linux Networking forums, part of the Linux Forums category; Hi, I need to establish an automatic communication on a serial line with a gsm. I'm wondering whether it ...


Go Back   Usenet Forums > Linux Forums > Linux Networking

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-13-2008
frances.albanese@gmail.com
 
Posts: n/a
Default Serial communication

Hi,
I need to establish an automatic communication on a serial line with a
gsm. I'm wondering whether it is possible to issue some commands in a
script fashion so that I have not to put commands by hand every time I
need to send a SMS, for instance. I'd like not to spend too much time
making a C program.
What I need it is a method to feed a serial terminal (like cu or
minicom) with scripted command, skipping the interactive mode.

Thanks
Reply With Quote
  #2 (permalink)  
Old 03-13-2008
ERACC
 
Posts: n/a
Default Re: Serial communication

On Thu, 13 Mar 2008 10:51:01 -0700, frances.albanese wrote:

[...]
> What I need it is a method to feed a serial terminal (like cu or
> minicom) with scripted command, skipping the interactive mode.


I would and do use c-kermit for this. Do a web search for "c-kermit".

Gene (e-mail: gene \a\t eracc \d\o\t com)
--
Mandriva Linux release 2007.1 (Official) for i586
Got Rute? http://www.anrdoezrs.net/email-25465...sbn=0130333514
ERA Computers & Consulting - http://www.eracc.com/
Preloaded PCs - eComStation, Linux, FreeBSD, OpenServer & UnixWare
Reply With Quote
  #3 (permalink)  
Old 03-14-2008
Bill Marcum
 
Posts: n/a
Default Re: Serial communication

On 2008-03-13, frances.albanese@gmail.com <frances.albanese@gmail.com> wrote:
>
>
> Hi,
> I need to establish an automatic communication on a serial line with a
> gsm. I'm wondering whether it is possible to issue some commands in a
> script fashion so that I have not to put commands by hand every time I
> need to send a SMS, for instance. I'd like not to spend too much time
> making a C program.
> What I need it is a method to feed a serial terminal (like cu or
> minicom) with scripted command, skipping the interactive mode.
>
> Thanks


echo hello > /dev/ttyS0
or
exec 3>/dev/ttyS0
echo hello >&3

If you need to wait for a response from the device, you could use chat
or expect.
Reply With Quote
  #4 (permalink)  
Old 03-14-2008
Holger Petersen
 
Posts: n/a
Default Re: Serial communication

frances.albanese@gmail.com writes:

>Hi,


Ho!

>I need to establish an automatic communication on a serial line with a
>gsm. I'm wondering whether it is possible to issue some commands in a
>script fashion


>What I need it is a method to feed a serial terminal (like cu or
>minicom) with scripted command, skipping the interactive mode.


What about minicom?

http://www.google.de/linux?hl=de&q=m...nG=Suche&meta=

good luck, Holger
Reply With Quote
  #5 (permalink)  
Old 03-14-2008
frances.albanese@gmail.com
 
Posts: n/a
Default Re: Serial communication

Using expect worked very well (I was able to collect and process data
easily scripting in tcl language).

Thanks a lot
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:51 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0