> 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
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
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
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: