Dim su As SuShell
su.Execute("chmod 777 " & port)
su.Execute("stty -F " & port &" " & baud)
Dim sinp As InputStream = File.OpenInput(port,"")
Dim sout As OutputStream = File.OpenOutput(port,"", True)
Dim AStream As AsyncStreams
AStream.Initialize(sinp, sout, "astream")
Dim data() As Byte = Array As Byte(0x00, 0x11, 0x30, 0x20, 0x61, 0x0d)
AStream.Write(data)
i also tried the UART and the SerialLibJab libary, but with these i always get the error