we would like to use the wp7608 uart interfaces as following
uart2 for the linux console
uart1 for the rs485 communication.
Hence we would like to know how we can configure the baud-rates of the above uart’s in linux to check the maximum speed that they can support for our custom application.
Uart 2 (ttyHSL1)– Linux system console operating at 115200 baud rate.
We would like to change the baudrate from the bootloader parameters and check the maximum supported speed .
As I dont see there is no access to boot loader environment to change the boot parameters. Can some one suggest the better approach to check the various Uart speed
Uart 1 (ttyHS0)– Used for custom application operates at 9600 baud rate.
As, Uart 2 supports 115200 speed , am I correct in saying the Uart1 also can supports the same if we configure this correctly in software. Please let us know if there are any spec differences between Uart1 & Uart2
I had verified/tested the uart1 baudrates to various configuration, using stty from linux & connecting pin12 & pin 13 pins of iot card to PC serial port. Its working as expected.
Hi, are you using UART on the IoT card? If so did you configure the board in some way. I use the serial on Pi connector and it works fine but on the Iot card I cannot see any data coming in.