Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/03/08 00:59
Read: times


 
#157246 - Most likely
Responding to: ???'s previous message
Yes, you will have to write an application. Personally, I use Delphi5/6 that have socket objects in their library so I just write a simple app that copies data from the socket to a file. As for the format of the data, there's no reason why the 8051 side can't output CSV strings. You could also use VB,C#,C++,Java,PhP etc to write the application as these languages also have socket support.

Recently I've been using the ENC28j60 device in a configuration much like the Tuxgraphics unit and modified their code. Whilst it was for an AVR, to port the code to an 8051 is not much effort - apart from the SPI and some port bits, the code is non-processor specific and it doesn't use interrupts.

Want wireless? Just connect it to a cheap wireless access point - I resurrected my bricked Linksys WRT54 and loaded some open-source software onto it. With an addition of a max3232 chip, you also get a serial port. Instant serial->wireless ethernet.


List of 27 messages in thread
TopicAuthorDate
MCU to Ethernet            01/01/70 00:00      
   Other options            01/01/70 00:00      
      Data throughput            01/01/70 00:00      
         Depends on granularity and reuse of connection.            01/01/70 00:00      
         There's more to it than just ethernet...!            01/01/70 00:00      
            Development kit            01/01/70 00:00      
               describing SILabs            01/01/70 00:00      
         UDP            01/01/70 00:00      
            UDP and other such..            01/01/70 00:00      
            Got the data on the ethernet....then            01/01/70 00:00      
               Most likely            01/01/70 00:00      
                  As much as I guessed..            01/01/70 00:00      
                  Free PC Develeopment Tools            01/01/70 00:00      
   Wiznet module            01/01/70 00:00      
      Wiznet modules...            01/01/70 00:00      
   Wiz810MJ or ENC28J60            01/01/70 00:00      
      web link required            01/01/70 00:00      
         Did you not think to try...            01/01/70 00:00      
            I tried....            01/01/70 00:00      
               Ethernet interface            01/01/70 00:00      
                  I am on to UDP now            01/01/70 00:00      
                     Raj            01/01/70 00:00      
                        UDP but only once !!            01/01/70 00:00      
                     Port Numbers and a Simple UDP Test Tool            01/01/70 00:00      
                        Ports , Test tools ...            01/01/70 00:00      
                           Price            01/01/70 00:00      
                              Amount paid to ESS            01/01/70 00:00      

Back to Subject List