Wifi on arduino ide serial monitor?

Hello Friends,
Is it possible to connect CUAV PW-LINK wifi to arduino ide serial monitor on computer?
I want to read sensor data from sensor which is connected to arduino mega analog pin and the cuav is connected to serial0 rx/tx, which should transfer the sensor value via wifi to arduino ide serial monitor.

Thanks! Have a great weekend!

Maybe, as the module supports serial. It might be a problem if it needs any setup software on the serial end. The page you linked to has few technical details.

The device uses UDP to communicate, so the IDE serial monitor has no virtual serial port to connect to.