Thread: serial i/o
View Single Post
  #1 (permalink)  
Old 07-24-2007, 02:44 PM
Softselect Softselect is offline
Junior Member
 
Join Date: Jun 2007
Location: South Africa
Posts: 21
Awards Showcase
Beta Tester 
Total Awards: 1
Question serial i/o

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
Reply With Quote