Part Number: MSP432P401R
Tool/software: Linux
I have been using a MSP432 connected to the USB /dev/ttyACM0 port at 57600 baud.
The question I have is how to get Ubuntu 16.04 to open the device with out having to unplug and plug it back in after restart?
It looks like Ubuntu is sending commands to the interface. This process takes about 30 seconds. It appears to be sending AT commands.
How would I emulate this apparent handshake within in my UART code.