I send serial data through the USB connexion, and I'd like to read these datas on my oscilloscope.
I put my probe on the Rx pin, but it's always at LOW level.
The Rx pin isn't the copy of the Rx data coming from USB?
How to do then? I tried by sending with Serial.print the incoming datas but it does'nt seem to work...
The serial lines normally idle HIGH so I am surprised you are getting a LOW.
You have not said what Arduino you have. Pins 0 and 1 should show the data coming into and going out of an Uno's Atmega 328. Similarly on a Mega. But on a Leonardo they are separate as Serial1 and are not part of the USB system.