elise2016:
Hi,
I am working with an arduino for my first time. I am using the DUE on Linux Ubuntu 16.04. Tools > Port > Serial ports is greyed out. I understand this is an issue that has come up for others before, however I am not able to use their suggestions to solve my issue. I have given myself permission to the ports and added my user to the dialout group.
The arduino-1.6.11 folder in currently in my /home/ directory and I am not in root mode. Any suggestions would be very appreciated since this keeps me from using the serial monitor!
Elise
I am on Linux Mint 18 and Arduino ide 1.6.5 and I would have to go to:
Tools/Boards/ Boards Manager/
Then install the SAM boards by clicking on the more info
selecting Install.
You can check your 2 usb serial ports from the DUE this way.
Plug in each DUE USB serial Ports and do :
lsusb
then do:
dmesg
And then:
tail /var/log/syslog
You should see something like this. I am using an Uno.
~ $ lsusb
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 003: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 007 Device 002: ID 04f2:0833 Chicony Electronics Co., Ltd
Bus 007 Device 004: ID 2341:0043 Arduino SA Uno R3 (CDC ACM) <<<<<<<<<
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
~ $ dmesg
[ 22.702754] usb 4-5: new full-speed USB device number 2 using ohci-pci
[ 22.881783] usb 4-5: New USB device found, idVendor=2341, idProduct=0043
[ 22.881795] usb 4-5: New USB device strings: Mfr=1, Product=2, SerialNumber=220
[ 22.881802] usb 4-5: Manufacturer: Arduino (www.arduino.cc)
[ 22.881808] usb 4-5: SerialNumber: 8543833393535150A080
[ 22.922943] cdc_acm 4-5:1.0: ttyACM0: USB ACM device
[ 22.923956] usbcore: registered new interface driver cdc_acm
[ 22.923960] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[10808.178876] usb 4-5: USB disconnect, device number 2
[15686.963751] usb 7-1: new full-speed USB device number 4 using ohci-pci
[15687.142860] usb 7-1: New USB device found, idVendor=2341, idProduct=0043
[15687.142872] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=220
[15687.142879] usb 7-1: Manufacturer: Arduino (www.arduino.cc)
[15687.142885] usb 7-1: SerialNumber: 8543833393535150A080
[15687.145087] cdc_acm 7-1:1.0: ttyACM0: USB ACM device
~ $ tail /var/log/syslog
Aug 26 12:17:01 hawk CRON[3864]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Aug 26 13:05:21 hawk kernel: [15686.963751] usb 7-1: new full-speed USB device number 4 using ohci-pci
Aug 26 13:05:21 hawk kernel: [15687.142860] usb 7-1: New USB device found, idVendor=2341, idProduct=0043
Aug 26 13:05:21 hawk kernel: [15687.142872] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=220
Aug 26 13:05:21 hawk kernel: [15687.142879] usb 7-1: Manufacturer: Arduino (www.arduino.cc)
Aug 26 13:05:21 hawk kernel: [15687.142885] usb 7-1: SerialNumber: 8543833393535150A080
Aug 26 13:05:21 hawk kernel: [15687.145087] cdc_acm 7-1:1.0: ttyACM0: USB ACM device
Aug 26 13:05:21 hawk mtp-probe: checking bus 7, device 4: "/sys/devices/pci0000:00/0000:00:16.0/usb7/7-1"
Aug 26 13:05:21 hawk mtp-probe: bus: 7, device: 4 was not an MTP device
~ $ ls -la /dev/ttyACM0
crw-rw---- 1 root dialout 166, 0 Aug 26 13:05 /dev/ttyACM0