I'm working on a project with Arduino and found an example of how to connect the pc to the board. However the example was developed in Windows and the port in which the device is connected is informed. In the case of Windows would be the COM ports and LPT. I need these ports to pass as a parameter when connecting to the board. How can I tell which port my device is connected to on Linux? I use Ubuntu 14.4 LTS. Thank you!