Serial Port /dev/ttyS1 does not work in MX51

Question - I tried picocom using the command picocom -b 9600 /dev/ttyS1 in the freescale MX51 EVK board but it does not seem to work

Answer- You may like to try this command

picocom -b 9600 /dev/ttymxc1

Notice ttymxc1 in place of /dev/ttyS1

Related posts:

  1. How to get out of picocom in Linux Android
  2. Component Video Output on freescale i.MX51
  3. MSP430 – Using a Port Pin as an Input Port
  4. Serial Ports in MSP430
  5. Using Serial Ports in MSP430
Author: admin on October 12, 2011
Category: Uncategorized

Leave a Reply