It seems to be an early version, and only reliable at low speeds such as 9600 bps. I had similar limitations when trying SLIP with a Raspberry (using direct serial connection).I'm seeing some weird huge lags when telneting over the PPP connection on MacOS 7.5. I need to do some more packet captures to try and figure out what's going on. The same modem on a Linux machine seems to be able to maintain the telnet flow so I don't think it's the modem itself mangling things.
Also, it's supposed to be offering the DNS server from the WiFi connection to the PPP client so that you don't need to manually configure it, but it doesn't seem to be offering it up right now.
Same - most TCP/IP traffic (FTP transfer in particular for me) is useless atm - slow, flakey, even at slower baud rates. The firmware clearly needs some workI'm seeing some weird huge lags when telneting over the PPP connection on MacOS 7.5. I need to do some more packet captures to try and figure out what's going on. The same modem on a Linux machine seems to be able to maintain the telnet flow so I don't think it's the modem itself mangling things.
Maybe I'm misunderstanding the issue, but I'm not having any issues in the regard? Dialing 777 in the client just works (FreePPP, MacPPP).Also, it's supposed to be offering the DNS server from the WiFi connection to the PPP client so that you don't need to manually configure it, but it doesn't seem to be offering it up right now.
I suspect that macOS needs the USB to Serial chip drivers installed: https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads . Windows might grab them automatically through Windows Update
The firmware clearly needs some work
Odd for sure. Do you have another computer around (at work / school even) you could try this on? The latest OS I can check with here is Big Sur (M1 MBP), and the ESP appears as 'usbmodem52980017771' in Terminal, and is the only option to choose in esphome-flasher.Still...how do I check whether or not the OldNet WiFi modem is detected as a tty serial device on my modern Mac so I know it will connect when flashing? So far, I have the following as the tty devices using cu:
/dev/cu.Bluetooth-Incoming-Port
/dev/cu.wlan-debug
Nothing else. The /dev/cu.SLAB_USBtoUART was supposed to show up.
Odd for sure. Do you have another computer around (at work / school even) you could try this on?
The latest OS I can check with here is Big Sur (M1 MBP), and the ESP appears as 'usbmodem52980017771' in Terminal, and is the only option to choose in esphome-flasher.
And - I hesitate to ask, but just making sure - you're connecting to the ESP via the microUSB, yes?
I have no idea lol, I have zero experience with RPi's --- but if you're really stuck then I guess it's worth a shot. What about friends, family, local maker/hacker space?Nope. Well, can Raspberry Pi Zero help me out? Hmmm. There are many guides flashing the ESP8266 firmware from a Raspberry Pi, but a breadboard and some wiring is needed.
Yeah not sure, but possibly it's too old. I keep an old Windows 7 machine on hand for these kinds of things, got it free. Starting to keep my eye open for a free / super cheap old Windows 10 machine on marketplace.I used to have a Lark box from Chuwi. I returned it, thinking I didn't need it. Dang.
I have a Mac Mini G4 that has older OS X on it. Maybe too old.
Nah, it's just the attention span of a golden retriever. I got the basic functionality going with Basillisk II but didn't push it very hard. I wasn't sure if the stall was an emulation glitch or not then something else shiny crossed my vision. I haven't gotten around to testing it on old Windows.Yep. Moreover, I have noticed nothing much has been done to address those problems in the OldNet's GitHub pages. Maybe it looks fine to OldNet developers using old PCs and not enough testing on Macs?
I wish someone from the Mac camp could help improve the OldNet WiFi modem firmware.
I have an ESP32 board which probably uses the same USB<->UART chip. It works fine on my M1 Pro MBP with Monterrey and I don't remember installing any drivers for it. I use the ESP-IDF flash tool. The device shows up as /dev/cu.usbserial-0001. Product id (see System Information.app) is 0xea60.Yes. I connect the ESP to my MBA M1 using the microUSB to the USB A 2.0 port on the powered hub. I can see the red LED light up and then I can bring up the blue LED which stays solid.
I have an ESP32 board which probably uses the same USB<->UART chip. It works fine on my M1 Pro MBP with Monterrey and I don't remember installing any drivers for it. I use the ESP-IDF flash tool. The device shows up as /dev/cu.usbserial-0001. Product id (see System Information.app) is 0xea60.
Maybe this helps
No, using an USB-C to Micro-USB cable, but it should not make a difference. Did you try another cable? There are some cheap charger cables without data wires.