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 394 subscribers
  • Views 2272 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…
  • screamingtiger
    0 screamingtiger over 10 years ago

    What OS are you using?  Linux?  ALso what is giving you those options, the arduino IDE?

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

    Sounds like it is either some form of Linux or a Mac.

    I assume you are connecting to your Arduino using a USB interface.

    If Linux run lsusb and check to see if the USB to serial device shows up (also look at the /log/messages (or equivalent) when you plug the device in).

    If Mac, you can look at the system profiler under USB

    https://pim.famnit.upr.si/blog/index.php?/archives/165-OS-X-equivalent-to-lsusb.html

     

    I don't know what the library you downloaded would have changed but the first thing to check is if your OS is seeing the device.

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

    First of all thank you for responding to my question.I am using Mac 10.6.8. and and the Arduino IDE gave me these options.

                                            -Lucas

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

    I tried what you recomended  but could not find my arduino in the system profiler.

                                       -Lucas

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

    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 the Arduino (digital pins 0 and 1 are shared with the serial port)?

     

    You may need to reinstall the USB - serial drivers:

    Can't install driver on Mac OS 10.4.5

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

    Thanks for the help.After looking at the link from the comment above, I am still confused as what I should do.Where would I find this site where I could download these drivers?Sorry if this is a stupid question!

                                -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

    HELLO,

    not stupid question, but need to know what arduino or arduino-like board do you have. Based on this information you see what serial to USB chip your board is using so it is possible to find a workaround for the problem checked for the right drivers. I am using a Mac too and I have never had problems with Arduino but it is 90% a problem of the right driver installed on the system.

     

    Take in account that it is very probably the your board uses the FTDI232 chip that is very common. But this information is strategical to find the right solution.

     

    Enrico

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

    I am using the Arduino Uno.What should I do now.Do I install the right drivers for Uno,where would I find the download page ?

                      -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

    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 check your procedure. Then if the Max again is not able to recognize your device we can investigate the problem on the Mac settings side.

     

    Enrico

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