Serial Port is not working on MKR1500

Hi All,

Recently i have purchased MKR 1500 device in USA,
and want to test it with Verzion Network (USA).

I am facing very strange issue, that Serial Logs are not coming ..

Fir testing purposing i am burning Telenor- NBIOT example.

can somebody help me .

I am following this link :
https://docs.nbiot.engineering/tutorials/arduino-basic.html

Most everything in Europe is GSM.
Verizon is CDMA.

.

Upload this sketch to your MKR NB 1500:

void setup() {
  Serial.begin(9600);
}

void loop() {
  Serial.println("hello");
  delay(1000);
}

Tools > Serial Monitor

Do you see "hello" printed repeatedly?

amishsharma83:
Fir testing purposing i am burning Telenor- NBIOT example.

Which one? The library comes with multiple examples.