@python_rocks
DANKE!!!
Chr(13) das war es...
Falls jemand mal das selbe Problem hat, mitMit diesem Cod für Visual Basic Net(Framerwork 2 o.ö.), reagiert der Mikrocontroller wenn er mit "INPUT" auf eine Eingabe am UART wartet.Code:Dim ob_Port As IO.Ports.SerialPort ob_Port = New IO.Ports.SerialPort("Com1", 9600, IO.Ports.Parity.None, 8, IO.Ports.StopBits.One) ob_Port.Open() ob_Port.Write("1" & Chr(13)) ob_Port.Close()
Grüße und schönes Wochenende...
Lesezeichen