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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/19/03 04:55
Read: times


 
#39402 - UDP/IP over SLIP!!!
I've implemented some UDP/IP functionality over Serial Line Internet Protocol between my LINUX box and my 80c552 development board. I've got interface sl0 with IP address 10.0.0.63 up and running point-to-point with my 80c552 whose IP address is 10.0.0.64. The serial link runs at 9600 baud.

Visit the 80c552 section of my website http://www.tigerprecision.com/80c552 and have a look. I've published the UDP client code. It basically builds a UDP packet, with a 14 byte ASCII string as its payload ("I love tigers!"), and sends it according to RFC1055 (SLIP). The documentation I have written is nowheres near complete. But this is a much cheaper and simpler solution than adding an embedded ethernet controller.

flames|criticisms > /dev/null

List of 5 messages in thread
TopicAuthorDate
UDP/IP over SLIP!!!            01/01/70 00:00      
   RE: UDP/IP over SLIP!!!            01/01/70 00:00      
      thanks, the next step            01/01/70 00:00      
   RE: UDP/IP over SLIP!!!            01/01/70 00:00      
      Also, have ICMP over SLIP now!!!            01/01/70 00:00      

Back to Subject List