-
Notifications
You must be signed in to change notification settings - Fork 36
Description
hi,
I'm trying to use a wifi modem on serial port, this one: https://github.com/Bluelavasystems/RetroWiFiModem.
The modem itself appears to work fine, I can download a web page (i.e. http://frogfind.com page) using any terminal software like Telix etc.
So, I:
- connect the modem to my router and check it can connect to a web page
- run EtherSlip with the parameters (I also tried with and without the -n option)
Etherslip returns the following parameters (they seem all ok to me, however I'm sure what interface class is):
packet interrupt = 0X7E
Interface class = 1
Interrupt = 4
I/O port = 0x3F8
Baud rate = 4800 (the modem is also set as 4800)
Receive buffer = 3000
Ethernet address = [mac code in 6 groups of 2 digits]
- run microweb
- type an address: http://frogfind.com
It returns:
Error loading page
No network interface available
I supposed the EtherSlip should be a network emulator, making the microweb to believe it's connected to a LAN...
Where I'm going wrong?