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
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
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.
Summary: Hi, am trying to design a online registration form that will allow users to send data from a drop down menu in php to a mysql database, but have no idea on how to go about it. Any ideas anyone out th...
Summary: Hi. Im sending data over a SOCK_DGRAM socket, is it possible to define what source port my program will use? I guess one alternative is to craft the UDP header by myself, what type of socket would I u...
Summary: Hi, I am new to Windows batch programming. I have a requirement of extracting a string data from a line. I have a file let say (doctype.txt) containing the following values in separate lines. VESPRO/B...