Page 1 of 2

IPSetup for Android

Posted: Wed Jan 14, 2015 5:07 pm
by mx270a
I made a version of IPSetup for Android. It's available to download from the Google Play store here:
https://play.google.com/store/apps/deta ... neripsetup

I've tested it with a MOD5270, PK70, and a NANO54415 with Wifi. Let me know if you find any bugs or other unexpected behavior. I'm particularly curious to see if it properly handles the secondary wired interface on a MOD54417.

-Lance

Re: IPSetup for Android

Posted: Thu Jan 15, 2015 6:35 am
by dciliske
I will be testing this quite thoroughly today... :)

This has been on my/our todo list for quite some time!

-Dan

Re: IPSetup for Android

Posted: Thu Jan 15, 2015 9:57 am
by dciliske
MOD54417 works just fine for the find. It also works for setting the record. Any reason that you didn't include configuring the Baudrates, boot port, and other configrec items? (other than most people don't change them that often)

-Dan

Re: IPSetup for Android

Posted: Thu Jan 15, 2015 10:06 am
by mx270a
dciliske wrote:Any reason that you didn't include configuring the Baudrates, boot port, and other configrec items?
I just haven't written the code for that yet. The IP stuff is more important, so I did that first.

Re: IPSetup for Android

Posted: Thu Jan 15, 2015 10:34 am
by dciliske
Yea, I agree with that... Let me/us know if you need/want any help with this!

-Dan

Re: IPSetup for Android

Posted: Sat Jan 17, 2015 6:47 pm
by mx270a
Wrote the code for the module settings today, but it didn't go well. I was targeting my 5270. I changed the monitor port to 1, baud rate to 57600, boot delay to 5 seconds, and turned off boot-to-application. Those changes were successful, but I forgot about having the watchdog enabled, so the unit went offline into a reboot cycle. I connected to it via serial on UART 1, disabled the watchdog, re-enabled the boot-to-application, and then changed the monitor port back to UART 0. That's where things go bad. UART 1 shows nothing. On UART 0 it begins dumping this over and over starting at 1 second after power up.

Code: Select all

Trap occured
 Vector=05FMT =00 SR =2700 FS =00
 Faulted PC = FFC003AE
D0:00000000 00465000 0000AAAA 00000001 00000000 CBC7AA8D CF206080 15001080
A0:400AAAAA FFC04094 2000056C FFC003D4 FFC00162 FFC003D4 200007FC 20000634
Is this recoverable?

Re: IPSetup for Android

Posted: Mon Jan 19, 2015 8:20 am
by dciliske
I'm assuming that you've done a hard power cycle? If so, then... I don't think so :(

Re: IPSetup for Android

Posted: Mon Jan 19, 2015 8:56 am
by dciliske
Tell you what, assuming that your address on support is correct, I'll ship you a shiny new MOD54417 so you won't have to worry about bricking it.

-Dan

Re: IPSetup for Android

Posted: Mon Jan 19, 2015 10:12 am
by mx270a
That would be awesome Dan. Thanks. Yes, address listed there is correct.

Re: IPSetup for Android

Posted: Thu Jan 22, 2015 8:45 am
by mx270a
Today's version adds the ability to send application firmware to a device, basically the same functionality as AutoUpdate has.