element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Connector Technology & Design
  • Technologies
  • More
Connector Technology & Design
Forum Hyperterminal & USB
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Connector Technology & Design to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 3 replies
  • Answers 2 answers
  • Subscribers 130 subscribers
  • Views 869 views
  • Users 0 members are here
  • connectors
  • wusb
  • connector
  • at:development_kit
  • usb
Related

Hyperterminal & USB

Catwell
Catwell over 15 years ago

I normally use Hyperterminal in Windows to connect to micro-controllers via RS232 for communication. A new project I will be working on, I want to do away with the serial or parallel RS232 connection for USB. But, I am not sure if Hyperterminal will work with USB, and if it doesn't, is there a program I could use with USB?

 

The goal is for the user to communicate with and change setting in a micro-controller. Changing PID loop parameters, port settings, duty cycle, etc.

 

I appreciate the help, in advance.

 

Cabe

  • Sign in to reply
  • Cancel
Parents
  • firatkocak
    0 firatkocak over 15 years ago

    Hi Cabe,

     

    I have never used Paralell to USB converter but i use Serial To USB converters to configure Switches in the campus via Hyper Terminal program. I also used a few other Terminal programs and i have never faced any problem. But i can not say the same thing with the converters theirselves. They may be a big pain in xxx.

     

    Firat,

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • suresh
    0 suresh over 15 years ago in reply to firatkocak

    Hi Cabe,

     

    most of user will use USB to UART converter and on more solutuion is use virtual USB driver software so that USB can detect as a UART.

     

    Virtual COM port driver allows your PC to recognize and communicate with the remote target as a COM port regardless the under-layer hardware connection between the PC and target system.

     

    please check below link for USB virtual COM port application.

     

    http://www.nxp.com/documents/application_note/AN10420.pdf

     

    regards

     

    suresh

     

     
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • MicrochipRTCfr
    0 MicrochipRTCfr over 15 years ago in reply to suresh

    Hi,


    There are several ways to do COM PORT emulation.


    However, my own trainer's experience is that Hyperterminal has some BIG issues when used together with USB <==> RS232 adapters (COM port emualation in the "bridge" function).

    In some cases, Hyperterminal will simply give the following message : "CANNOT OPEN COM PORT"...

    In fact it has NOTHING to see with the COM PORT. If you use another terminal software like Teraterm v4.66  (there are hundreds free terminal SW in internet), it will immediately open the COM PORT !!!

    Please note also that Hyperterminal has been removed from VISTA &/or Windows Seven...


    1/ using a simple USB <==> UART converter chip like MCP2200

    Some utility enable configuration of the some I/Os and registers on this chip

    A small development kit enables immediate development

    Note that because most adapters use the CDC class, driver installation will be necessary on PC side!!! (not so nice for end user)


    2/ to reduce the Bill Of Material, use a simple sub-dollar 8bits microcontroller with USB on-chip like PIC18F13K50/PIC18F14K50.

    This implies microcontroller SW development but as a result, the BOM will be reduced from 1uC + 1 converter to simply 1uC


    3/ Some "clever" company like HEXWAX, has developed a range of products including harware + software to ease control/command of environnement : http://www.hexwax.com/products.aspx

    The best feature of their products, to my viewpoint is that they use HID class image  which means NO driver installation AND it can operate on all platforms (Linux, MAC, Windows) because this HID class is supported at OS level.

     

     

    regards

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • MicrochipRTCfr
    0 MicrochipRTCfr over 15 years ago in reply to suresh

    Hi,


    There are several ways to do COM PORT emulation.


    However, my own trainer's experience is that Hyperterminal has some BIG issues when used together with USB <==> RS232 adapters (COM port emualation in the "bridge" function).

    In some cases, Hyperterminal will simply give the following message : "CANNOT OPEN COM PORT"...

    In fact it has NOTHING to see with the COM PORT. If you use another terminal software like Teraterm v4.66  (there are hundreds free terminal SW in internet), it will immediately open the COM PORT !!!

    Please note also that Hyperterminal has been removed from VISTA &/or Windows Seven...


    1/ using a simple USB <==> UART converter chip like MCP2200

    Some utility enable configuration of the some I/Os and registers on this chip

    A small development kit enables immediate development

    Note that because most adapters use the CDC class, driver installation will be necessary on PC side!!! (not so nice for end user)


    2/ to reduce the Bill Of Material, use a simple sub-dollar 8bits microcontroller with USB on-chip like PIC18F13K50/PIC18F14K50.

    This implies microcontroller SW development but as a result, the BOM will be reduced from 1uC + 1 converter to simply 1uC


    3/ Some "clever" company like HEXWAX, has developed a range of products including harware + software to ease control/command of environnement : http://www.hexwax.com/products.aspx

    The best feature of their products, to my viewpoint is that they use HID class image  which means NO driver installation AND it can operate on all platforms (Linux, MAC, Windows) because this HID class is supported at OS level.

     

     

    regards

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube