Hyperterminal


Closed Thread
Results 1 to 5 of 5

Thread: Hyperterminal

  1. #1
    Join Date
    Aug 2005
    Location
    Los angeles
    Posts
    39

    Default Hyperterminal

    DOes anyone knows how to use the hyperterminal to send data back from a microcontroller to a pc program like Excel. Or if you can send me your favorite link that would be great
    Thanks you

  2. #2
    mglazer's Avatar
    mglazer Guest


    Did you find this post helpful? Yes | No

    Default

    If it was me I would make a little terminal program in something like Visual Basic and use the office com objects to write to a excel spreadsheet.

    www.planetsourcecode.com has lots of terminal program examples.

  3. #3
    Join Date
    Aug 2005
    Location
    Los angeles
    Posts
    39


    Did you find this post helpful? Yes | No

    Default

    Is it easier to write a Vb program? what's the other alternative...Thanks for the reply

    Quote Originally Posted by mglazer
    If it was me I would make a little terminal program in something like Visual Basic and use the office com objects to write to a excel spreadsheet.

    www.planetsourcecode.com has lots of terminal program examples.

  4. #4
    Join Date
    Oct 2004
    Location
    Italy
    Posts
    695


    Did you find this post helpful? Yes | No

    Default

    Hi,

    Use the HyperTerminal feature "Capture text". (Menu transfer).
    With the PIC send Comma Separated Values (CSV) to HyperTerminal.

    * * *

    Step 1:
    Start "Capture text" in HyperTerminal. (File xyz.cvs)

    Step 2:
    With the PIC send the comma separated values to HyperTerminal.

    Step 3:
    Close the file in HyperTerminal. "Capture text/Stop". (Menu Transfer).

    Step 4:
    Open the comma separated value (CSV) file with Excel.

    * * *

    The Comma Separated Value (CSV) File Format:
    http://www.creativyst.com/Doc/Articles/CSV/CSV01.htm

    Best regards,


    Luciano

  5. #5
    Join Date
    Aug 2005
    Location
    Los angeles
    Posts
    39


    Did you find this post helpful? Yes | No

    Default

    Thanks Luciano

Similar Threads

  1. Reading PIC serout in hyperterminal
    By financecatalyst in forum Schematics
    Replies: 5
    Last Post: - 22nd October 2009, 15:13
  2. load .hex file in PIC with hyperterminal
    By irenuska23 in forum General
    Replies: 8
    Last Post: - 1st September 2009, 09:52
  3. interactive menu with hyperterminal
    By jamied in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 5th January 2009, 11:13
  4. Hyperterminal problem
    By DR.Larq in forum Serial
    Replies: 2
    Last Post: - 9th May 2008, 18:40
  5. Replies: 1
    Last Post: - 30th March 2008, 15:53

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