I am trying to connect my android phone to a bluetooth module and find out which serial port is being assigned. However if I try:
ls /dev/tty*
I get "No such file or directory. If I do:
ls /dev/tty
I get
/dev/tty
If I do
ls /dev/tt*
I get "No such file or directory" again.
How I can I find the port assigned?