rs232 temperature data read into PC , want to send as email

General Robotics Forum - All aspects of robots and their applications. 

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
rs232 temperature data read into PC , want to send as email Lyn 04-01-2008
If you were  Registered and logged in, you could reply and use other advanced thread options
Posted by Lyn on April 1, 2008, 3:01 am
I am reading in some temperature sensor data, via RS232 (actually
converted to USB via a CP2102 ), approx every hour into a Windows XP
PC. It reads fine into Windows Hyperterminal. I want to be able to
send this data out via email as it comes it. Is there any application
that can do this, free or commerical, please? I have searched using
Google but not found anything.
Lyndsay Williams
www.girtonlabs.com

lyn@girtonlabs.com

Posted by on April 1, 2008, 4:34 pm

On Tue, 1 Apr 2008, Lyn wrote:

> Date: Tue, 1 Apr 2008 00:01:36 -0700 (PDT)
> Newsgroups: comp.robotics.misc
> Subject: rs232 temperature data read into PC , want to send as email
>
> I am reading in some temperature sensor data, via RS232 (actually
> converted to USB via a CP2102 ), approx every hour into a Windows XP
> PC. It reads fine into Windows Hyperterminal. I want to be able to
> send this data out via email as it comes it. Is there any application
> that can do this, free or commerical, please? I have searched using
> Google but not found anything.
> Lyndsay Williams
> www.girtonlabs.com
> lyn@girtonlabs.com

Tcl/tk is a scripting language which runs on most OS/hw combinations, and
has a simple serial interface which can read RS-232. Libraries are
available which reduce the sending out of an email to a couple of lines
based upon tcllib. I'd suggest you look at the ActiveState version of Tcl
with batteries included, and refer to the comp.lang.tcl usenet group for
assistance.

Oh, and Tk is the included toolkit language which make development of
graphical user interfaces dead easy, with portable interfaces which look
pretty good owing to the recent (tile) improvements to provide
"themeing".

HTH,
Rob.



---- Posted via Pronews.com - Premium Corporate Usenet News Provider ----
http://www.pronews.com offers corporate packages that have access to 100,000+
newsgroups

Posted by RMDumse on April 5, 2008, 12:25 pm
> I want to be able to
> send this data out via email as it comes it. Is there any application
> that can do this, free or commerical, please? I have searched using

http://zone.ni.com/reference/en-XX/help/371361D-01/lvhowto/send_email_from_v=
i/

While expensive, LabVIEW is very easy to do many such complex
functions. The link above shows how to send an email. The VISA
functions allow reading of a serial channel.

Randy
www.newmicros.com

Posted by Si Ballenger on April 5, 2008, 2:25 pm
wrote:

>I am reading in some temperature sensor data, via RS232 (actually
>converted to USB via a CP2102 ), approx every hour into a Windows XP
>PC. It reads fine into Windows Hyperterminal. I want to be able to
>send this data out via email as it comes it. Is there any application
>that can do this, free or commerical, please? I have searched using
>Google but not found anything.
>Lyndsay Williams
>www.girtonlabs.com
>lyn@girtonlabs.com

I made the below setup use a vbscript to send email from a simple
programming language called just basic. You can run the vbscript
with arguments using a batch file.

http://justbasic.conforums.com/index.cgi?board=shared&action=display&num 84377182


Posted by Patrick Themessl on April 8, 2008, 4:16 pm
Hi Lyn,

I am not sure how familiar you are with programming, but in C# .net it
is very easy to work with the serial port and sending a mail is almost
even easier.

Have a look at those articles:

http://www.dotnetspider.com/namespace/ShowClass.aspx?ClassId 2
http://msmvps.com/blogs/coad/archive/2005/03/23/SerialPort-_2800_RS_2D00_232-Serial-COM-Port_2900_-in-C_2300_-.NET.aspx

It should be a project that can be accomplished in about an hour.

Yours sincerely,

    Patrick.

Lyn schrieb:
> I am reading in some temperature sensor data, via RS232 (actually
> converted to USB via a CP2102 ), approx every hour into a Windows XP
> PC. It reads fine into Windows Hyperterminal. I want to be able to
> send this data out via email as it comes it. Is there any application
> that can do this, free or commerical, please? I have searched using
> Google but not found anything.
> Lyndsay Williams
> www.girtonlabs.com
>
> lyn@girtonlabs.com


The site map in XML format XML site map
other useful resources:
Official Robosapien Website
Lego Mindstorms Website

Contact Us | Privacy Policy