Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||
|
Posted by Lyn on April 2, 2008, 7:20 am
Please log in for more thread options 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 | ||||||||||||||||
|
Posted by Homer L. Hazel on April 2, 2008, 10:00 am
Please log in for more thread options via a command line interface. I believe it is freeware. You can find it with Google. Larry Hazel | ||||||||||||||||
|
Posted by rlsusenet@NOSPAMPUHLEEZschnapp on April 2, 2008, 6:15 pm
Please log in for more thread options Homer L. Hazel wrote:
> There is an application called BLAT which allows you to send email
> via a command line interface. I believe it is freeware. > > You can find it with Google. > > Larry Hazel > >> 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 Alternatively, it ought to be relatively easy, using Perl, to read the data over RS232 via the Win32::SerialPort package, and send it over email via the Net::SMTP package. You wouldn't use Hyperterminal at all. If Hyperterminal has macro capability with iteration and time awareness, and can save the recorded data and fire off a command line program, then Larry's suggestion might indeed be the simplest. I'd do it in Perl. | ||||||||||||||||
|
Posted by Si Ballenger on April 5, 2008, 1:52 pm
Please log in for more thread options 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 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 | ||||||||||||||||

reading in data from rs232 port, require to resend as an email
Yahoo!
Windows Live
del.icio.us
digg
Netscape 





> 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