How to access UART on UP Squared V2?
I am using a UP squared V2 board with windows 10 Pro OS for my Project. I found the device drivers for Serial devices(UART, I2C, SPI) in the up downloads page and have installed those drivers. Now 3 COM ports have appeared but I am unable to communicate using them. Is there anything else I should do to enable the UART?
Best Answer
-
Hi @anishrr
I tested UART function with Putty on UP Squared V2.
Set baud rate 115200, It works normally.Have you modified the UART in CRB bios??
The UART1 (CN3) needs to be modified as communication port.Please enter CRB bios with password "upassw0rd".
CRB setup > CRB chipset > PCH-IO configuration > serialIO configurationBest Regards,
Harry Chiu
Answers
-
Hello @HarryChiu, Thanks for your answer. After configuring the UART as COM port it works fine.