Author Topic: Serial monitor not working  (Read 5735 times)

pegasus44

  • Newbie
  • *
  • Posts: 12
Serial monitor not working
« on: July 31, 2014, 02:09:48 am »
My Digix was working fine for 2 weeks and now it doesn't print anything anymore on the serial monitor, even if I run the example programs...
I'm running Xubuntu Linux and I haven't installed any new drivers in the meantime and I'm running the "Arduino 1.5.7" as sudo... I cant continue my work because of it and its frustrating.... Anyone have any ideas...

Btw, If I run the basic example blink for example, the lights blink and everything works fine, except for the serial print out...

defragster

  • Sr. Member
  • ****
  • Posts: 467
Re: Serial monitor not working
« Reply #1 on: July 31, 2014, 02:45:32 am »
Can you confirm the Rx/Tx pins still work as Input and Output? 

pegasus44

  • Newbie
  • *
  • Posts: 12
Re: Serial monitor not working
« Reply #2 on: July 31, 2014, 02:51:58 am »
How can I do that?

I found another problem now after I did a restart on the wifi module... When I specify which SSID to pick and put in the password and restart it the password changes to 12345678 for some reason.... I cant connect digix to my network now.... wat.

gogol

  • Sr. Member
  • ****
  • Posts: 398
Re: Serial monitor not working
« Reply #3 on: July 31, 2014, 02:54:16 am »
Why you are running the IDE as sudo?  Just add your user to the dialout group.

Are you using DUE or DigiX code?  Compiling for the DUE you have to use SerialUSB, while the DigiX Code uses Serial


gogol

  • Sr. Member
  • ****
  • Posts: 398
Re: Serial monitor not working
« Reply #4 on: July 31, 2014, 03:01:07 am »
Can you confirm the Rx/Tx pins still work as Input and Output?

Useless, as the Digix uses virtual Serial over USB.  The USB connection seems to work, otherwise he could not upload new sketches!

pegasus44

  • Newbie
  • *
  • Posts: 12
Re: Serial monitor not working
« Reply #5 on: July 31, 2014, 03:16:22 am »
Like I said... now I cant even connect it to the network because the password is constantly changing back to 12345678... wth

gogol

  • Sr. Member
  • ****
  • Posts: 398
Re: Serial monitor not working
« Reply #6 on: July 31, 2014, 03:54:01 am »
check if pin 45 of the Wifi card is connected to GND by any reasons!  That triggers factory default reload!
Pin 45 ist the 4th pin from the edge close to the USB connector.

pegasus44

  • Newbie
  • *
  • Posts: 12
Re: Serial monitor not working
« Reply #7 on: July 31, 2014, 04:51:08 am »
That would make sense, but its not....

Also... all the other setting are updated normally... except the password...
Please help
« Last Edit: July 31, 2014, 05:10:33 am by pegasus44 »

pegasus44

  • Newbie
  • *
  • Posts: 12
Re: Serial monitor not working
« Reply #8 on: July 31, 2014, 05:30:42 am »
I restarted the router a couple of times and now the password doesnt reset... I guess it wasn't digix's fault.
I still don't get any serial output on linux, only in windows...