Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The <a href="http://msdn.microsoft.com/de-de/library/system.io.ports.serialport.aspx" rel="nofollow">SerialPort-Constructor</a> does not know and expects <a href="http://msdn.microsoft.com/de-de/library/system.net.ipaddress.aspx" rel="nofollow">IPAdress</a></p> <p>The string parameter is <strong>NOT</strong> an ip adress! It is for example "COM1". That's why "Project1234" works.</p> <p>Edit:</p> <p>You are obviously mixing different things:</p> <ul> <li>In computing, a <a href="http://en.wikipedia.org/wiki/Serial_port" rel="nofollow">serial port</a> is a serial communication physical interface through which information transfers in or out one bit at a time. (Wikipedia)</li> <li>In computing, a <a href="http://en.wikipedia.org/wiki/Parallel_port" rel="nofollow">parallel port</a> is a parallel communication physical interface. It is also known as a printer port or Centronics port. (Wikipedia)</li> </ul> <p><strong>Both interfaces have absolutely nothing to do with IP adresses!</strong></p> <p>You are talking about IP adresses, that means you want to establish a connection via <a href="http://en.wikipedia.org/wiki/Internet_Protocol" rel="nofollow">TCP/IP</a> Protocol. A good start for this is: <a href="http://www.codeproject.com/Articles/12893/TCP-IP-Chat-Application-Using-C" rel="nofollow">TCP/IP Chat Application Using C#</a></p> <p>Edit(2): USB serial communication is indeed serial, but again it is not the serial port you try to access. For usb communication there are some libraries. <a href="http://www.florian-leitner.de/index.php/2007/08/03/hid-usb-driver-library/" rel="nofollow">Leitner</a> or <a href="http://www.icsharpcode.net/opensource/sharpusblib/" rel="nofollow">SharpDevelop</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload