| View previous topic :: View next topic |
| Author |
Message |
kapege.de
Joined: 07 Feb 2005 Posts: 188 Location: Munich, Germany
|
Posted: Mon Mar 21, 2005 9:25 am Post subject: COM-Port Commands |
|
|
In addition to:
DialUp
I would ask if it would be possible to integrate commands to handle the serial port. My intention is to send/recieve commands and data from my GPS-reciever, which produces text data.
The commands could be:
| Code: |
open, connection_nr, baud, start, stopp
read, line_of_data
write, line_of_data
close, connection_nr
|
Good idea?
Peter |
|
| Back to top |
|
 |
daonlyfreez
Joined: 16 Mar 2005 Posts: 755 Location: Berlin
|
Posted: Mon Mar 21, 2005 1:27 pm Post subject: |
|
|
Good idea!
But in the meantime you could try finding this proggy here (I had no luck, the download link on the site is broken):
- Command Line Terminal (CLT) for NT _________________ (sorry, homesite offline atm) |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Mon Mar 21, 2005 8:10 pm Post subject: Re: COM-Port Commands |
|
|
| kapege.de wrote: | | if it would be possible to integrate commands to handle the serial port | It might happen someday, but for now it's a little outside the scope of the project.
However, if it winds up being just a dozen or two lines of code, and someone points the way about how to do it, that would make it much easier to integrate in the near-term. |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Tue Mar 22, 2005 10:21 am Post subject: |
|
|
| Check this out ---> [here]. AFAIK it's with C++ source code. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Tue Mar 22, 2005 11:00 pm Post subject: |
|
|
| Thanks; that's nice and simple source code. I've added it to the to-do list, so hopefully myself or someone else will someday add this feature. |
|
| Back to top |
|
 |
3tones
Joined: 14 Dec 2004 Posts: 45 Location: Minneapolis, MN
|
Posted: Fri Mar 25, 2005 12:01 am Post subject: |
|
|
| Check out http://www.autohotkey.com/forum/viewtopic.php?t=1610 I am using comsend to run my cd autoloader. At the bottom of that topic, I have some code on exactly how I use it with some good descriptions. It was a little difficult to get it to work, but it works like a champ now. |
|
| Back to top |
|
 |
|