Search results for query: *

  • Users: mswat
  • Order by date
  1. mswat

    Sending CTRL-B as string

    Thanks to both replies above - really appreciate the help. This works.
  2. mswat

    Sending CTRL-B as string

    When you use Hyperterminal, you can press CTRL-B out as a command on a serial device. I want to have a string variable do the same: i.e. Dim OutMsg1 As String = "HELLO" (add CTRL-B command here) How do i achieve adding the command CTRL-B to the end of the string above so that it would...
Back
Top