<div class="gmail_quote">On Tue, Apr 28, 2009 at 12:20 PM, Ferenc Holzhauser <span dir="ltr"><<a href="mailto:ferenc.holzhauser@gmail.com">ferenc.holzhauser@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>Indeed, Richard is right. Reading/writing the serial device is usually not enough.<br>After looking into different options to talk to my modem from Erlang,I ended up using pyserial.<br>It is a cross platform and simple to use python module. <br>

The Erlang communication could be a port or a socket.</blockquote><div><br></div><div><div>For my purposes, I ended up not needing to use Erlang at all. Pyserial and a tiny Python script worked just fine. In the production context, someone else will be managing the dialup to IP conversion, so all I needed was a little script to test with so that I didn't have to edit, compile, negotiate-with-ops-team, test.</div>
<div><br></div><div>Anyway, Richard, thanks for the Pyserial tip! Worked great.</div><div><br></div><div>Keith</div></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><br>Regards,<br><font color="#888888">Ferenc<br>
</font></blockquote></div><br>