thx,
sooo habs weggenommen.
C#-Quelltext
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23:
| using System; using System.IO.Ports; using System.Threading;
public class PortChat { static bool _continue; static SerialPort _serialPort; public static void Main() { string name; string message; StringComparer stringComparer = StringComparer.OrdinalIgnoreCase; Thread readThread = new Thread(Read);
_serialPort = new SerialPort(); _serialPort.PortName = SetPortName(_serialPort.PortName);
-----------------schnipp----------------------- |
Das rot hinterlegte:
Der Typname"SerialPort" konnte nicht im Namesspace "System.IO.Ports" gefunden werden. Dieser Tpe wurde an Assembly "System.IO.Ports,Version4.0.1.0 Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51 weitergeleitet. Sie sollten einen Verweis auf die Assembly hinzufügen.
Mit dem Form1 Projekt C# habe ich es hinbekommen.
Ich brauche aber den Comport unter der Konsolen App
Leider finde ich kein Assembly