Hi,
I'm new on Arduino and Linux. I'm getting an error message on IDE like this:
Arduino:1.6.5 (Linux), Kart:"Arduino Uno"
Board at COM1 is not available
Preferences.txt like this:
board=uno
boardsmanager.additional.urls=
browser=mozilla
build.verbose=false
build.warn_data_percentage=75
compiler.warning_level=none
console=true
console.auto_clear=true
console.error.file=stderr.txt
console.length=500
console.lines=4
console.output.file=stdout.txt
editor.antialias=true
editor.caret.blink=true
editor.code_folding=false
editor.divider.size=0
editor.external=false
editor.font=Monospaced,plain,12
editor.indent=true
editor.invalid=false
editor.keys.alternative_cut_copy_paste=true
editor.keys.home_and_end_travel_far=false
editor.keys.shift_backspace_is_delete=true
editor.languages.current=
editor.linenumbers=false
editor.save_on_verify=true
editor.tabs.expand=true
editor.tabs.size=2
editor.update_extension=true
editor.window.height.default=600
editor.window.height.min=290
editor.window.width.default=500
editor.window.width.min=400
export.applet.separate_jar_files=false
export.application.fullscreen=false
export.application.platform=true
export.application.stop=true
export.delete_target_folder=true
last.ide.1.6.5.daterun=1435077398
last.ide.1.6.5.hardwarepath=/home/hakan/Masaüstü/arduino-1.6.5/hardware
last.screen.height=768
last.screen.width=1366
last.sketch.count=0
last.sketch0.location=483,134,500,600,423
last.sketch0.path=/home/hakan/Masaüstü/arduino-1.6.5/examples/01.Basics/Blink/Blink.ino
launcher=xdg-open
platform.auto_file_type_associations=true
preproc.color_datatype=true
preproc.enhanced_casting=true
preproc.imports.list=java.applet.*,java.awt.Dimension,java.awt.Frame,java.awt.event.MouseEvent,java.awt.event.KeyEvent,java.awt.event.FocusEvent,java.awt.Image,java.io.*,java.net.*,java.text.*,java.util.*,java.util.zip.*,java.util.regex.*
preproc.output_parse_tree=false
preproc.save_build_files=false
preproc.substitute_floats=true
preproc.substitute_unicode=true
preproc.web_colors=true
programmer=arduino:avrispmkii
recent.sketches=/home/hakan/Masaüstü/arduino-1.6.5/examples/01.Basics/Blink/Blink.ino,
run.display=1
run.options=
run.options.memory=false
run.options.memory.initial=64
run.options.memory.maximum=256
run.present.bgcolor=#666666
run.present.exclusive=false
run.present.stop.color=#cccccc
serial.databits=8
serial.debug_rate=9600
serial.parity=N
serial.port=COM1
serial.port.file=COM1
serial.stopbits=1
sketchbook.path=/home/hakan/Arduino
software=ARDUINO
target_package=arduino
target_platform=avr
update.check=true
update.id=-7575182859749602060
update.last=1435076710649
upload.using=bootloader
upload.verbose=false
upload.verify=true
How can we fix this problem?