Sunday, December 20, 2009

New WiZnet's software-Virtual Serial Port

In order to support the customer's development,reduce the development difficulty,WIZnet is going to promote the Vitual Serial Port Programme.Virtual Serial Port has totally 2 advantages.
1. Reduce the development difficulty when the customer want to upgrade their system.It upgrades from the serial to the ethernet,WIZnet can convert the serial to the ethernet and vice versa.2. Expand the number of unit PCs Virtual Serial Port,it is supposed to support 255 Virtual Serial Ports and the distant serial throught the internet communication.
The comparison figure:

Translated from Johnny Yan,''WIZnet即将推出虚拟串口(Virtual Serial Port)''

Source:http://blog.sina.com.cn/s/blog_61b952280100gcrn.html

Friday, December 18, 2009

Common Register Part 1

Hi All,

Last week, I have briefly go through the types of registers within our chipset. This week we will go through the common registers. So the figures below shows an overview of our common registers.


The Mode Register: This is used for soft reset, enabling indirect bus mode, and other modes

Gateway Address Register: This is where the gateway IP address is stored

Subnet Mask Register: This is where the subnet mask is tored

MAC Address Regiter: This register is for storing the MAC address of the device. Notice that the first byte must be a even number. You should register your own MAC address with IEEE before using a MAC address to prevent collision.

Server IP Register: This is where the IP address of the device is stored.

Interrupt Register: This is for checking which interrupt is occuring

Interrupt Mask Register: This is used for enabling various interrupts

Retry Time Register: This sets the number of 100us before our chipset attempts to resend. Besure to set this value to longer if your network is slow to avoid any packets duplication.


Retry Count Register: This sets the number of tries before the connection times out.

We will go through part two of the common registers next week!

See you :)

Friday, December 11, 2009

Registers within our Chip

Hi all,

I just wanted to clarify about the registers within our chipset.
There are two types of registers within our chip. One type is the Common register which stores source IP address, gateway address, Subnet Mask Address, and the MAC address. Because all sockets uses the same common source IP address that is the reason why these registers are called common registers. The second type of registers is the Socket Register. They are specifically used for storing socket information such as source port, destination IP address, destination port and so forth. Notice that W3150A+ and W5100 have 4 hardware sockets so there are 4 sets of socket registers. The same is true for the W5300 with 8 sockets. There will be 8 sets of socket registers inside the chip.

In the case of W5100, the common registers' address starts from 0x0000 to 0x3FF. The 4 sets of socket registers are located from 0x0400 to 0x04FF,0x0500 to 0x05FF,0x0600 to 0x06FF,0x0700 to 0x07FF.

For my next post, I will get into the details of each registers. Be sure to check it out! :)

Thank you

WIZnet HK

Friday, December 4, 2009

LED Status

Our chip provides six different network statues. Here are the six different LEDS:

1) LINKLED: Link LED / Active low in link state indicates a good status for 10/100M. It is always ON when the link is OK and it flashes while in a TX or RX state


2) SPDLED: Link speed LED / Active low indicates the link speed is 100Mbps


3) FDXLED: Full duplex LED / Active low indicates the status of full-duplex mode.


4) COLLED: Collision LED / Active low indicates the presence of collision activity.


5) RXLED: Receive activity LED / Active low indicates the presence of receiving activity.


6) TXLED: Transmit Activity LED/ Active low indicates the presence of transmitting activity.

Generally the yellow and green LEDs in the RJ45 jack are connected to the Full Duplex LED signal, and the Link LED signal respectively. During receive and transfer, the LINK LED blinks. If you want to separate the LINK LED signal from the transfer and receive LED, the following circuit should be implemented.

I hope you enjoy Thanks!