Getting started with Arduino UNO R3 and Ethernet Shield (W5100)

(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
  
  
The difference is only this part:
+
The difference is only this part in the Bascom source code:
  
 +
<br/><source lang="bascomavr">
 +
'Here you need MAC address, the ip address you like to use, subnet mask, gateway and localport
 +
  Config Tcpip = Noint , _
 +
            Mac = 1.1.94.127.1.255 , _
 +
            Ip = 192.168.2.254 , _
 +
            Submask = 255.255.255.0 , _
 +
            Gateway = 192.168.2.1 , _
 +
            Localport = 1000 , _
 +
            Tx = $55 , Rx = $55 , _
 +
            Chip = W5100 , _
 +
            Spi = 1
 +
 +
</source>
 +
 +
afsdaasdf
 
[[Category:Projects]]
 
[[Category:Projects]]

Revision as of 14:25, 8 March 2013

See first this WIKI articel:

Getting started with Arduino and WIZ820io --> [1]


The difference is only this part in the Bascom source code:


'Here you need MAC address, the ip address you like to use, subnet mask, gateway and localport
  Config Tcpip = Noint , _
            Mac = 1.1.94.127.1.255 , _
            Ip = 192.168.2.254 , _
            Submask = 255.255.255.0 , _
            Gateway = 192.168.2.1 , _
            Localport = 1000 , _
            Tx = $55 , Rx = $55 , _
            Chip = W5100 , _
            Spi = 1

afsdaasdf

Personal tools
Namespaces
Variants
Actions
Navigation
Language