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