Hserout String


Closed Thread
Results 1 to 2 of 2

Thread: Hserout String

  1. #1
    MICOCALI's Avatar
    MICOCALI Guest

    Default Hserout String

    i HAVE ONE PROBLE
    i'LL WRITE A COMMAND HSEROUT
    EXAMPLE:

    HSEROUT ["AT+CKPD="1"",13] BUT THE COMPILER SEND ME ERROR

    OK BUT WHAT IS THE COMMAND FOR SEND THIS CARACTER ( " )?

  2. #2
    Join Date
    Mar 2003
    Location
    Commerce Michigan USA
    Posts
    1,166


    Did you find this post helpful? Yes | No

    Default

    Hello, I would send the decimal or hex equivalent of the character you would like to display such as:
    HSEROUT ["AT+CKPD=",$22,"1",$22,13] This is the hex equivalent of (")
    HSEROUT ["AT+CKPD=",34,"1",34,13] This is the decimal equivalent (")

    Both of these statements would output a string looking simething like: AT+CKPD="1" with a carriage return.

    HTH
    Dave Purola,

Similar Threads

  1. I2C Slave with a PIC
    By ralfmayr in forum mel PIC BASIC Pro
    Replies: 129
    Last Post: - 21st August 2016, 17:44
  2. HSEROUT and Commas, What? Help Me Understand
    By altech6983 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 20th July 2009, 19:12
  3. Is HSEROUT corrupting bit 7 ?????
    By Robert Wells in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 23rd October 2008, 16:26
  4. Visual Basic 6 & Access 2000
    By Demon in forum Off Topic
    Replies: 33
    Last Post: - 7th September 2006, 04:39
  5. Controlling an 240x128 LCD Touchpanel Display
    By Vincent in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 7th June 2006, 23:36

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts