I needed a second serial port on a Raspberry (sometimes a third), so I connected a FTDI USB - serial adapter to my Raspberry pi model 3, and added a 'loopback' so I could tell when it was working.
lsusb shows:
Bus 001 Device 004: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I used Minicom and tried as the device:
/dev/ttyUSB0
/dev/ttyS0
/dev/serial0
/dev/serial1
But none of them work, they simply hang the Raspberry..
It should be noted that I'm already using ttyAMA0
How can I get access to the additional serial ports?