element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Benefits of Membership
    • Achievement Levels
    • Members Area
    • Personal Blogs
    • Feedback and Support
    • What's New on element14
  • Learn
    Learn
    • Learning Center
    • eBooks
    • 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
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Dev Tools
    • Manufacturers
    • Raspberry Pi
    • RoadTests & Reviews
    • Avnet Boards Community
    • Product Groups
  • 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
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Using Xilinx Tools Forum Modifying SDK to Use a Generic Hyperterminal
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Avnet Boards Forums requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 4 replies
  • Subscribers 110 subscribers
  • Views 484 views
  • Users 0 members are here
Related

Modifying SDK to Use a Generic Hyperterminal

arneldcollins
arneldcollins over 3 years ago

Hello,

 

I am  currently using the terminal window that comes with SDK 2016.4. I need use a generic hyperterminal window (such as PUTTY) on the host PC instead. This would mean modifying the SDK UART driver and possibly providing a USB-CDC driver I believe. Would anyone be able to direct me to tutorials or manuals or other material that would show me how to do this in some measure of detail? Thanks in advance.

 

AC

  • Sign in to reply
  • Cancel
Parents
  • jafoste4
    0 jafoste4 over 3 years ago

    Hi AC,

     

    It would just involve, you connecting your hardware to the 3rd party terminal instead of the SDK terminal. (assuming you setup your terminal correctly)

     

    I do this all the time with Tera Term.

     

    Am I misunderstanding your question?

     

    -Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • arneldcollins
    0 arneldcollins over 3 years ago in reply to jafoste4

    Hi Josh,

     

    Thanks for your reply. The SDK terminal window runs on COM 4 and works just fine. If while it is working I bring up the other terminal (Putty) and point it to COM 4 then I get an error message ("Unable to open COM4"). Now, if I do not point the SDK terminal to COM4 but instead just download my .bit file to the Zynq and execute my C program, I can bring up Putty and point it to COM4. In this case Putty will open but the whole system is "dead." Putty does not reflect the text information that the SDK window would, the FPGA code does not go through its steps as it usually does when the pushbutton is hit, the Zynq does not accept commands from the host keyboard, etc., all because the SDK terminal window is not engaged.

     

    Therefore I would like the Zynq UART to respond to Putty instead of the SDK terminal window. I believe I would have to change the UART settings and enable messages to arrive through the USB which is how of course the FPGA board is connected to the host PC. So I was just looking for information on how to do this. Thanks again.

     

    ~Arnel

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jafoste4
    0 jafoste4 over 3 years ago in reply to arneldcollins

    Hi Arnel,

     

    You can only connect to a COM by one terminal program at a time. So if you want to connect the COM4 via PUTTY, DO NOT connect to it via the SDK Terminal.

     

    Assuming your only connecting your board to PUTTY, your configurations must be off. You do not need to change your UART settings, within Vivado or SDK. You will need to configure your terminal to the correct Speed, Data bits, stop bits, and parity.

     

    Take a look at this document https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842446/Setup+a+Serial+Console

     

    If your using one of our Zed products, by default, you should configure your settings as shown in your terminal program.

     

    image

    -Josh

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Reject Answer
    • Cancel
  • arneldcollins
    0 arneldcollins over 3 years ago in reply to jafoste4

    Hi Josh,

     

    Thanks for your reply. It is indeed as simple as you say. By pointing Putty to the same COM port that SDK normally uses, once can obtain a similar readout using this generic terminal window. My problem was that I was attempting to use the micro-USB connection (which, for some reason, does not register on the Device Manager of my PC) instead of the mini-USB. Thanks again for all your help.

     

    Arnel

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • arneldcollins
    0 arneldcollins over 3 years ago in reply to jafoste4

    Hi Josh,

     

    Thanks for your reply. It is indeed as simple as you say. By pointing Putty to the same COM port that SDK normally uses, once can obtain a similar readout using this generic terminal window. My problem was that I was attempting to use the micro-USB connection (which, for some reason, does not register on the Device Manager of my PC) instead of the mini-USB. Thanks again for all your help.

     

    Arnel

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify 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 © 2023 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

  • Facebook
  • Twitter
  • linkedin
  • YouTube