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
Arduino
  • Products
  • More
Arduino
Arduino Forum Arduino Serial Port Problem
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 15 replies
  • Subscribers 395 subscribers
  • Views 2257 views
  • Users 0 members are here
Related

Arduino Serial Port Problem

Former Member
Former Member over 10 years ago

Hello,

  I have a problem that is preventing me from using my arduino. The serial port only gives me four options ,( /dev/tty.Bluetooth-PDA-Sync , /dev/cu.Bluetooth-PDA-Sync , /dev/tty.Bluetooth-Modem ,and /dev/cu.Bluetooth-Modem )none of them of work.Before this happened,I downloaded the library from "Make an Arduino Controlled Robot" and ever since I have had my serial port problem.Does anyone know how to fix this or know anything else that might have caused it.

                       Please write back soon,

                                         LG

  • Sign in to reply
  • Cancel

Top Replies

  • bobalexander
    bobalexander over 10 years ago in reply to Former Member +2
    You should see: /dev/tty.usbmodem621 or /dev/tty.usbserial-A02f8e It most likely will not say anything about Arduino... Are you going through a USB hub or directly in? Do you have anything connected to…
  • screamingtiger
    screamingtiger over 10 years ago +1
    What OS are you using? Linux? ALso what is giving you those options, the arduino IDE?
  • balearicdynamics
    balearicdynamics over 10 years ago in reply to Former Member +1
    Hi Lucas, As I was supposing with the Arduino UNO no drivers are needed, accordingly with the UNO installation notes on Max. Please take a look to this link https://www.arduino.cc/en/Guide/MacOSX and double…
Parents
  • Former Member
    0 Former Member over 10 years ago

    Sorry I have not responded sooner. I tried what you recomended but it sadly didn't work.

                             -Lucas

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • balearicdynamics
    0 balearicdynamics over 10 years ago in reply to Former Member

    Lucas,

     

    I had a problem very similar on an Arduino compatible (built by me) and I have discovered some things.

     

    Yosemite 10.9 (and OS X 10.10 and newer) requires a signed USB driver kext (kernel extension). You can find one on the FTDI web site here:

    http://www.ftdichip.com/Drivers/VCP.htm

    Use version 2.3 for 64-bit OS X 10.9 or later. Install and reboot. Plug in your Arduino, and the Terminal command:

    /usr/sbin/kextstat | grep FTDI

    This will tell you if the FTDI VCP driver actually loaded. Also a /dev/tty.usbserial-xxxxxxxx entry should appear in your /dev directory.

    If not,the Mac USB port isn't talking to your Arduino. So it's no use trying the Arduino IDE application.

    Let me know if this workaround will work.

    Enrico

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mcb1
    0 mcb1 over 10 years ago in reply to balearicdynamics

    Yosemite 10.9 (and OS X 10.10 and newer) requires a signed USB driver

    There was a similar problem with windows 8.1

     

    The solution was to choose a Comm Port and then point to the Arduino driver.

    This was much easier than ignoring unsigned drivers, etc.

     

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • mcb1
    0 mcb1 over 10 years ago in reply to balearicdynamics

    Yosemite 10.9 (and OS X 10.10 and newer) requires a signed USB driver

    There was a similar problem with windows 8.1

     

    The solution was to choose a Comm Port and then point to the Arduino driver.

    This was much easier than ignoring unsigned drivers, etc.

     

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • balearicdynamics
    0 balearicdynamics over 10 years ago in reply to mcb1

    I have not yet had the luck to paly with windows 8, but Mac has a linux oriented approach while Windows 8 I think it is different.

     

    Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mcb1
    0 mcb1 over 10 years ago in reply to balearicdynamics

    not yet had the luck to play with windows 8

    That's not exactly how I would phrase it ....

     

    I can live with Windows 7 for quite some time.

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • balearicdynamics
    0 balearicdynamics over 10 years ago in reply to mcb1

    I see. It was ironic image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
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