Atlas pH sensor + blynk (problem with serial)

Hello,

I want to use the Atlas Scientific EZO pH Circuit with an Arduino Uno and log the data to blynk. Read pH values with the sample code by Atlas works fine (connected via I2C) with the serial monitor. The problem is that I cant use the serial monitor together with blynk because the internet connection is shared via USB with my pc, so I cant open the serial monitor.

Is there a way to get the value from the "r" (read single value) command without using the serial monitor?

Thank you!