Failure Serial Connection with Hyperterminal


Closed Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2005
    Posts
    19

    Default Failure Serial Connection with Hyperterminal

    I was so wonder when I made serial comm with hyperterminal I cannot see the result but when I use microcode studio plus serial communicator, I can see the output. I set same configuration for hyperterminal and microcode studio plus serial communicator with 2400,8,N,1. What's wrong with hyperterminal setting? TQ

    the source is below:

    DEFINE LOADER_USED 1
    DEFINE OSC 4

    DEFINE HSER_RCSTA 90H
    DEFINE HSER_TXSTA 20H
    DEFINE HSER_BAUD 2400
    DEFINE HSER_CLROERR 1
    DEFINE LOADER_USED 1

    Dummy VAR BYTE

    Begin:

    HSEROUT ["Press Any Key "]
    HSERIN [Dummy]
    HSEROUT ["You Pressed ",Dummy,13,10]
    GOTO Begin

    END

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959

    Default

    Did you set "Flow control" to None?



    Attached Images Attached Images  
    DT

  3. #3
    Join Date
    Nov 2005
    Posts
    19

    Default

    I tested all. I set to "none" and then to "hardware" and the to "Xoff / Xon". All failed...!

Similar Threads

  1. Laptop Serial connection how to
    By Sumobob in forum Serial
    Replies: 2
    Last Post: - 9th October 2008, 04:09
  2. Automatic VB6 to pic serial connection
    By arniepj in forum Code Examples
    Replies: 13
    Last Post: - 10th January 2008, 07:57
  3. interfacing to the pc serial port
    By kelangfei in forum General
    Replies: 4
    Last Post: - 7th October 2007, 22:35
  4. serial connection n vb interface
    By gidah in forum Serial
    Replies: 1
    Last Post: - 18th September 2006, 13:54
  5. Sharing Serial connection
    By DynamoBen in forum Serial
    Replies: 6
    Last Post: - 9th March 2006, 18:07

Members who have read this thread : 1

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