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
Internet of Things
  • Technologies
  • More
Internet of Things
Forum Serial port is not opening in mu editor for circuit python
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Internet of Things to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 22 replies
  • Subscribers 500 subscribers
  • Views 3287 views
  • Users 0 members are here
  • serial port
  • mu editor
Related

Serial port is not opening in mu editor for circuit python

manojroy123
manojroy123 over 1 year ago

Even After connecting the nRF52840 DK to mu editor. Serial port of the mu editor is showing error. Can anyone help me out in it. I am using circuit python and have installed all the adafruit drivers for serial port but still not showing serial terminal.

  • Sign in to reply
  • Cancel

Top Replies

  • aswinvenu
    aswinvenu over 1 year ago +3
    Hi Manoj, Your forum posts requesting help are either incomplete or lacking information regarding the help you wanted. Please add necessary infomation. Also if its regarding something you have posted…
  • mp2100
    mp2100 over 1 year ago +3
    And there it is. After asking (vague) questions here it looks like you got it figured out, and published. www.hackster.io/.../flashing-circuit-python-in-nrf52840-dk-fa21c2 I especially like this quote…
  • beacon_dave
    beacon_dave over 1 year ago in reply to aswinvenu +2
    3) usb_cdc comms disabled in boot.py
Parents
  • aswinvenu
    aswinvenu over 1 year ago

    Hi Manoj, Your forum posts requesting help are either incomplete or lacking information regarding the help you wanted. Please add necessary infomation.

    Also if its regarding something you have posted earlier then please use the same thread. Creating a new thread will confuse the fellow community members.

    Please add the necessary information like

    1) What are you trying to acheive?

    2) How is your test setup looks like ?

    3) What exact error ? Put a screenshot or the error log

    Regards,

    Aswin

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • manojroy123
    manojroy123 over 1 year ago in reply to aswinvenu

    image

    Even after connection the nRF85420 DK to the computer. with Circuit Python loaded into it.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • aswinvenu
    aswinvenu over 1 year ago in reply to manojroy123

    Is there a serial device (COM port) listed on your OS?
    If yes click on the serial button on mu editor and press Ctrl+C. What does it show? 

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • manojroy123
    manojroy123 over 1 year ago in reply to aswinvenu

    COM port is not getting listed on Device Manager

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • aswinvenu
    aswinvenu over 1 year ago in reply to manojroy123

    Two possiblities

    1) Driver is not properly installed

    2) Faulty serial port on your hardware

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • manojroy123
    manojroy123 over 1 year ago in reply to aswinvenu

    Serial port is working as it is opening circuit python drive. Can you share me link of the driver that will help me see COM port on device manager.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 1 year ago in reply to aswinvenu

    3) usb_cdc comms disabled in boot.py

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 1 year ago in reply to manojroy123
    manojroy123 said:
    Serial port is working as it is opening circuit python drive.

    Not necessarily as the console and drive are different USB device types.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • aswinvenu
    aswinvenu over 1 year ago in reply to aswinvenu

    Are you trying to access REPL using nRF USB connector or interface USB connector?
    Try with interface USB connector ( the JLink USB ).
    I haven't read the circuit python implementation code. But it looks to me that nRF5340 USB is only acting as MSD.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • aswinvenu
    aswinvenu over 1 year ago in reply to aswinvenu

    Are you trying to access REPL using nRF USB connector or interface USB connector?
    Try with interface USB connector ( the JLink USB ).
    I haven't read the circuit python implementation code. But it looks to me that nRF5340 USB is only acting as MSD.

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