Skip to Main Content

Embedded Technologies

Proxy client (over USB connection) with DHCP assigned IP address doesn't work with FRDM-K64F

20378Feb 25 2015 — edited Feb 26 2015

Hello,

after reading about the issues on this forum with a static IP address on the Freescale FRDM-K64F board I went for an DHCP address but I can't get the proxy client to work over a USB connection with DHCP either.

My console tells me the following:

RTC Time: Wed 2014-01-01 00:07:27

Network initialized

IP Address:      10.143.xxx.yyy (xxx and yyy is real numbers, just changing them for the forum to letters)

Subnet mask:     255.255.252.0

Gateway:         10.143.xxx.yyy

MAC-address:     00:0c:00:06:70:00

And when I try o to connect with the following command :

java -jar proxy.jar -socket 10.143.xxx.yyy

I get the following output and no CLI interface:

Trying to open socket connection with device: 10.143.xxx.yyy:2201

Connected to the socket: Socket[addr=/10.143.xxx.yyy,port=2201,localport=49605]

Open channel 8 with hash 0x130399b3

Channel 8 CLOSED -> OPENED

notifyResponse AVAILABLE_RESPONSE on channel 8

Channel 8 OPENED -> AVAILABLE

Open channel 9 with hash 0x0

Channel 8 AVAILABLE -> REQUEST_SENT

notifyResponse ACK_RESPONSE on channel 8

Channel 8 REQUEST_SENT -> ACKNOWLEDGED

Channel 8 ACKNOWLEDGED -> DATA_SENT

notifyResponse AVAILABLE_RESPONSE on channel 8

Channel 8 DATA_SENT -> AVAILABLE

Channel 8 AVAILABLE -> REQUEST_SENT

notifyResponse ACK_RESPONSE on channel 8

Channel 8 REQUEST_SENT -> ACKNOWLEDGED

Channel 8 ACKNOWLEDGED -> DATA_SENT

notifyResponse AVAILABLE_RESPONSE on channel 8

Channel 8 DATA_SENT -> AVAILABLE

Channel 8 AVAILABLE -> REQUEST_SENT

notifyResponse ACK_RESPONSE on channel 8

Channel 8 REQUEST_SENT -> ACKNOWLEDGED

Channel 8 ACKNOWLEDGED -> DATA_SENT

notifyResponse AVAILABLE_RESPONSE on channel 8

Channel 8 DATA_SENT -> AVAILABLE

Channel 8 AVAILABLE -> REQUEST_SENT

notifyResponse ACK_RESPONSE on channel 8

Channel 8 REQUEST_SENT -> ACKNOWLEDGED

Channel 8 ACKNOWLEDGED -> DATA_SENT

notifyResponse AVAILABLE_RESPONSE on channel 8

Channel 8 DATA_SENT -> AVAILABLE

Channel 8 AVAILABLE -> REQUEST_SENT

notifyResponse ACK_RESPONSE on channel 8

Channel 8 REQUEST_SENT -> ACKNOWLEDGED

Channel 8 ACKNOWLEDGED -> DATA_SENT

notifyResponse AVAILABLE_RESPONSE on channel 8

Channel 8 DATA_SENT -> AVAILABLE

Channel 8 AVAILABLE -> REQUEST_SENT

notifyResponse ACK_RESPONSE on channel 8

Channel 8 REQUEST_SENT -> ACKNOWLEDGED

Channel 8 ACKNOWLEDGED -> DATA_SENT

notifyResponse AVAILABLE_RESPONSE on channel 8

Channel 8 DATA_SENT -> AVAILABLE

Channel 8 AVAILABLE -> REQUEST_SENT

notifyResponse ACK_RESPONSE on channel 8

Channel 8 REQUEST_SENT -> ACKNOWLEDGED

Channel 8 ACKNOWLEDGED -> DATA_SENT

notifyResponse AVAILABLE_RESPONSE on channel 8

Channel 8 DATA_SENT -> AVAILABLE

Channel 8 AVAILABLE -> REQUEST_SENT

notifyResponse ACK_RESPONSE on channel 8

Channel 8 REQUEST_SENT -> ACKNOWLEDGED

Channel 8 ACKNOWLEDGED -> DATA_SENT

notifyResponse AVAILABLE_RESPONSE on channel 8

Channel 8 DATA_SENT -> AVAILABLE

I don't know if this matter but my java version is:

java version "1.8.0_31"

Java(TM) SE Runtime Environment (build 1.8.0_31-b13)

Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)

Any ideas or am I missing something completely?

Thanks

Andy

This post has been answered by Sergey.N-Oracle on Feb 26 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2015
Added on Feb 25 2015
6 comments
1,525 views