Problem with NET+OS7.1 -> second com-port on the dev-board

Hello, for my application I need the second serial interface on the DEV Borad. With NET+OS 6,3 it functioned, I set in the appconf.h file the variable from “com/0” to “com/1”. With the new software NET+OS 7,1 it does not work, if I set the variable to “com/1”. The Connectme module does not work thereby. How and where do I have to setup the interface?

Thank for your help !

Marcus

I found the solution, in the file bsp.h the variable BSP_SERIAL_PORT_2 was set to BSP_SERIAL_NO_DRIVER. It must BSP_SERIAL_UART_DRIVER.