serial i/o

Softselect

Member
Licensed User
Hi everyone,
can someone help me to add a carrage return to the end of a string
i tried
if serial.PortOpen = true then TextBox1.Text = StrToUpper (TextBox1.Text & serial.InputString & Chr(13))
but the device i am sending to doe not see the chr 13
please help, i am new to basic4pc

Thanks in advance
Friedrich:sign0085:
 
Top