Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

1 view
Skip to first unread message

Lyn

unread,
Apr 1, 2008, 3:01:36 AM4/1/08
to
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

l...@girtonlabs.com

sp...@controlq.com

unread,
Apr 1, 2008, 4:34:53 PM4/1/08
to

On Tue, 1 Apr 2008, Lyn wrote:

> Date: Tue, 1 Apr 2008 00:01:36 -0700 (PDT)
> From: Lyn <sens...@gmail.com>
> Newsgroups: comp.robotics.misc
> Subject: rs232 temperature data read into PC , want to send as email

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

RMDumse

unread,
Apr 5, 2008, 12:25:06 PM4/5/08
to dale....@uni.edu
On Apr 1, 2:01 am, Lyn <sense...@gmail.com> wrote:
> 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_vi/

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

Si Ballenger

unread,
Apr 5, 2008, 2:25:19 PM4/5/08
to
On Tue, 1 Apr 2008 00:01:36 -0700 (PDT), Lyn <sens...@gmail.com>
wrote:

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=1184377182

Patrick Themessl

unread,
Apr 8, 2008, 4:16:27 PM4/8/08
to
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=112
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:

0 new messages