We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi All My Friends
if i can collect some data by microcontroller AT89c51 and i can send it by RS232 to a PC how can i monitor this data from another location through the internet
can one help
Remote desktop or similar would probably be the easiest method. Just use a terminal program to log to file, and then access the machine and look at the log file.
If you know how to write PC programs, you will have many options: - Send mail - Create web pages. - Create a server socket you can connect to. - ...