Hi Matevž ,

On Mon, 18 Jul 2011 15:21:09 +0200
Matevž Markovič <ivwcorporation.mat...@gmail.com> wrote:

> Hy!
> 
> First, I want to say hy to everyone! I am a fresh perl "programmer" (I
> learned some things in the past few days), who is happy to get to know a new
> language.
> What is my problem? Actually, I did not know where to post this, so I am
> just posting on this group (because I am after all a perl beginner). I work
> in a company, where they want me to configure a linux centos server, that
> would send and receive sms messages through the siemens tc65 terminal
> siemens mc65 receiver. My first goal is to get the terminal to send a sms
> message. I connected the tc65 to the computer and used minicom to check,
> whether the tc65 responds to AT commands.
> Well, it responded, but there is also my problem; I do not know, how to
> translate that into a perl application. I thought that a module like
> GSM::SMS would help me, but without any knowledge about such things, I
> cannot do much at this point.
> 
> Can you please help me?
> 

Well, if you can do it manually using minicom, you can also probably do it in
Perl using a serial port module:

http://metacpan.org/release/Device-SerialPort

I'm not familiar with GSM::SMS and have never sent SMS messages using Perl, so
I cannot help you further, but it may provide a better interface than working
with the serial port directly.

To properly learn Perl, see http://perl-begin.org/ .

Regards,

        Shlomi Fish

> Matevž Markovič



-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Freecell Solver - http://fc-solve.berlios.de/

<rjbs> sub id { my $self = shift; $json_parser_for{ $self }
    ->decode($json_for{ $self })->{id} } # Inside‐out JSON‐notated objects

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to