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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/03/06 03:43
Read: times


 
#127298 - Dial-up networking and 8051
I'm trying to make my 8051 as an ISP where it can serve one or two small webpages.

I am using the serial port of the PC and the microcontroller.

So far, I am able to get past the first connection phase by issuing a "connect 9600" to the PC.

Dial-up networking then proceeds to "verifying username and password...", and then sends special data. It turns out to be an LCP (link control protocol) packet.

I tried to send back anything and Windows does not recognize it according to ppplog.txt (windows logs). then it tries to disconnect by issuing an "ATH" command and doesnt stop until "OK" is received.

For now, I'm using a Qbasic program on another PC to emulate the 8051 so I don't have to program the ROM 5,000 times.

Are there special timings or is there a special number of bytes I have to pass in order for windows to avoid a disconnection?

List of 13 messages in thread
TopicAuthorDate
Dial-up networking and 8051            01/01/70 00:00      
   RFCs            01/01/70 00:00      
      SLIP            01/01/70 00:00      
   I thought Jeremy Bentham            01/01/70 00:00      
   This was done on an 8-pin PIC a decade ago.            01/01/70 00:00      
      'Course it can            01/01/70 00:00      
         that MAY be great            01/01/70 00:00      
            Free CMX??            01/01/70 00:00      
               Free for SiLabs parts            01/01/70 00:00      
                  Configuration Wizard            01/01/70 00:00      
   $2-00            01/01/70 00:00      
      Typhoid Fever?            01/01/70 00:00      
   yeah but even though we had colera            01/01/70 00:00      

Back to Subject List