Jump to content

How to connect COM1 port?


Recommended Posts

I dont think copying a file to the serial port was on his mind

are you using an x10 controler to the serial port ?

how about a motorola cell phone interface?

you say robotics is your cup ot tea?

here are some samples of serial comm:

http://www.cpcug.org/user/clemenzi/technic...es/SerialIO.htm

take time to explain what you need. If you just say "gimme code" you will get the WRATH of whoever reads your post. A grin from the rest of us.

Link to comment
Share on other sites

;):D:(:idiot::idiot::idiot:

Yes...you read my mind...are you a psychician? :)

I want to make SMS (Short Messaging System) application using AutoIt :blink::evil:

OK, I'll follow your link....thanks a lot... :)

I dont think copying a file to the serial port was on his mind

are you using an x10 controler to the serial port ?

how about a motorola cell phone interface?

you say robotics  is your cup ot tea?

here are some samples of serial comm:

http://www.cpcug.org/user/clemenzi/technic...es/SerialIO.htm

take time to explain what you need. If you just say "gimme code" you will get the WRATH of whoever reads your post. A grin from the rest of us.

<{POST_SNAPBACK}>

Link to comment
Share on other sites

  • 1 year later...

With cmd....

First set it up

mode com1 BAUD=9600 parity=n DATA=8 STOP=1 RTS=off DTR=off

What works

echo Messages is here>com1

>com1 echo Messages is here

note that @CRLF is added to the end of each line however it might be a little differnent if you do

echo Messages is here>>com1

Link to comment
Share on other sites

Search the forum for the following: Serial, RS232, X10, COM2, COM1, etc. You will find more information relating directly to AutoIt.

Gene

With cmd....

First set it up

mode com1 BAUD=9600 parity=n DATA=8 STOP=1 RTS=off DTR=off

What works

echo Messages is here>com1

>com1 echo Messages is here

note that @CRLF is added to the end of each line however it might be a little differnent if you do

echo Messages is here>>com1

[font="Verdana"]Thanks for the response.Gene[/font]Yes, I know the punctuation is not right...

Link to comment
Share on other sites

Why do you think he should only look at one thread out of several that address the same or similar issues"

Gene

I do not I am just giving a link to it because I found it very very helpful and have writen a program that I posted there as it is in a post I did not want to take up more space than I needed to.

Link to comment
Share on other sites

I do not I am just giving a link to it because I found it very very helpful and have writen a program that I posted there as it is in a post I did not want to take up more space than I needed to.

OK, it just looked that way.

Gene

[font="Verdana"]Thanks for the response.Gene[/font]Yes, I know the punctuation is not right...

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