Summary: Hi, I have a serial port served as an IP address with its own port (ie. 134.242.434.443:4444) and I would like to be able to send it commands remotely...
Summary: Hi there, I have little experience and find today that I am unable to connect to a remote serial port I previously could connect to. I cannot get to t...
Summary: Every so often my firewall software shows me a message that some one is getting remote access to my pc from a mobile phone. I don't have my system set...
Summary: Hi, I need to make a timing device which calculates the acceleration and retardation of a car as it moves along a track...well, I've made the calculat...
Summary: Anyone have any idea about programming Turbo pascal or perhaps an ASM unit, that would allow the sending and receiving of data via the serial ports? I...
Summary: I have a labtop with a modem set at com2, and a data fax modem on my pentium tower set as com2 also. I was wondering if I could use the Windows for wo...
Summary: Hello All! I have a device that is connected to serial port. I need to see what it sends and receives. In other words I need to monitor what is going ...
Summary: I want to be able to remotely control my home pc from overseas including downloading files to the home pc via remote access. What free software can ca...
Summary: If you have XP, you can use Remote Desktop, which comes with XP PRO. You will have to type the ip address of the router and the RDP port (3389), like ...
Summary: Hey Everyone, I am having a problem remotely connecting to a desktop, which is on a wirless LAN. I have Cool Remote Control Server running on the remo...
Summary: Can someone familiar with VNC (Remote access software) tell me how one can access a remote PC via the internet where both the ISP internet IP address ...
Summary: Hi everyone! I tried to send to my serial port a signal with the following code: mov ah,00 mov al,10100111b mov dx,00 int 14h mov ah,01 mov al,01b int...
Summary: Hi, There are plenty of documents available on web talking about Serial Communication in Win32.You can find them on MSDN's webpage.Even source code ca...
Summary: There are numerous reasons why the serial port might be giving you garbage. Do you have the baud rate set correctly, are the stop bits and parity bits...