Serial port in C++ on BeagleBone Black

Hi @taek8461,

/dev/ttyO0 is a symlink of the real node: /dev/ttyS0

Correct, this is a legacy and default response for Serial Communication. If you want the ‘Enter’ Key to appear how current application respond to it, you’ll need to send a “Carriage Return” and “Line Feed” instead.

Regards,