Jump to content

Can I do this with AutoIt?


Recommended Posts

I need to capture data from PBX system attached on PC RS232 port (via null modem cable).

When create conection in HyperTerminal I can capture data. Then must find .txt file

and print out call log.

Can I do some AutoIt automation for this proces, or may someone help me with diferent solution?

Please help.

Than you.

Link to comment
Share on other sites

Which process is it that you want to automate? the collecting of the data or to print the files?

I am unsure about this but there is a small chance that you can modify the serial-port UDF here to suit your needs.

If you just want to print the text file, use ShellExecute() with the verb "print" Ex:

ShellExecute("C:\PathToFile.Ext","","","Print")

If you want to print it in another program then check that programs command line parameters (if any)

Also, do some searching around the forum, There are probably some other topics regardning RS232 here.

Edited by colafrysen
[font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...