Computing.Net > Forums > Programming > Sending data over a phone line Help

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Sending data over a phone line Help

Reply to Message Icon

Name: holl7088
Date: October 14, 2004 at 04:55:30 Pacific
OS: Windows XP
CPU/Ram: unknown
Comment:

Hi

I have just started a project at Uni in which i will be developing a system to monitor a railway level crossing. I want to be able to store the information about lighting/barriers etc on a computer then send the info over a phone line to another computer. I dont really know where to start at the moment, i'm not asking for coding help or anything like that..... yet! i just want any general ideas about how it could be done?

Any help that someone could give me would be very much appreciated

Thanks again


John




Sponsored Link
Ads by Google

Response Number 1
Name: secrets
Date: October 14, 2004 at 05:07:34 Pacific
Reply:

which language you are using?


0

Response Number 2
Name: Chi Happens
Date: October 14, 2004 at 05:09:39 Pacific
Reply:

If you are going to use a windows based machine, then you could use RAS and create your own components, or you could buy TurboPower's ActiveX AsyncPro (which contains all the error trapping and it has been tested and works great)

Hope this helps some
Chi

Chi Happens
"They mostly come at night...mostly"


0

Response Number 3
Name: Wolfbone
Date: October 14, 2004 at 13:02:25 Pacific
Reply:

It shouldn't be difficult and you shouldn't need to buy anything but the hardware. You just write your data collection programme at the level crossing to open the serial port and ring up the remote computer. On the other end, you have a programme waiting for the call on the receiving modem which answers when it hears the ring, authenticates then reads in the data. Of course you have to learn how to use the serial port and the modem commands but there's plenty of documentation:

http://www.easysw.com/~mike/serial/serial.html

http://tldp.org/HOWTO/Modem-HOWTO.html

If writing the communication code is not important to your project then something like AsyncPro won't cost you much since it appears to have moved to sourceforge now.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Sending data over a phone line Help

Send data from a drop down to mysql www.computing.net/answers/programming/send-data-from-a-drop-down-to-mysql/17273.html

UDP source port in C www.computing.net/answers/programming/udp-source-port-in-c/16409.html

Extracting String data from a line www.computing.net/answers/programming/extracting-string-data-from-a-line/17367.html