javispedro1 wrote on 2025-03-26, 13:19:
Jules_nerd wrote on 2025-03-25, 20:26:
I've been experiencing the same battery issues other have reported on here, a random message popping up saying that the battery is low (about 2400mV) when there is loads of charge in the battery & it keeps running for ages, but I cant see if others have had some conclusion to this? Is this something everyone has experienced? Or is it a fault only present on some units?
I do see it all the time. While charging for the reasons you mention it appears almost constantly; while discharging it is not yet clear to me why, but it does appear, but rarely. It tends to correlate with SoC (appears more often with lower battery v) , I'd bet it is 8051 or sampling issue, after all it doesn't shut down as you say.
I never got parallel to work but I didn't try very hard; I got serial to work at least to an FTDI; the BIOS on mine is a bit buggy and will crash on even a simple echo > COM1, but raw access does work.
Yeah, an 8051 issue would certainly explain a lot... and the random characters I get on the OSD on mine (again do others have this issue? pic attached) doesn't inspire me with confidence...
OTOH mine also randomly looses BIOS settings when powered down but with a fully charged battery, as others have reported, sometimes just re-sets the time, sometimes looses everything; floppy present etc... - so that makes me think that somehow the battery output is dropping for some reason?
I've not tried the serial port on mine yet, does anyone recognise the internal rectangular PCB footprint U3 for COM2 on my serial PCB? Its also tracked to J2, the legend for which is interesting, M0SI? MISO? SCLK? - sounds rather SPI bus??? ADC???
I suppose some may be lucky with the parallel port - the device you are connecting to could have higher value pull up resistors than usual on the control lines. Despite the low noise margins of putting 4 PNP emitter followers on the parallel port control lines, it has been working reliably for me; large amounts of data read from external (Shuttle EPAT based) CDROM without error. But if I didn't mind modifying the Pocket 386 & I wanted to fix it 'properly' Id try replacing U30 with 74HC06, or 74LS06 & fitting the pull up resistors (R102 through R107) the74ls05 on teh schematics still cant sink enough current to meet the standards... As I said I've not tested that though...
A word of warning, the Pocket386 can be partially powered by a printer or other device connected to the parallel port, mine has survived this without any apparent damage, but it does make me nervous!!
If you switch of the pocket386 before switching off a printer connected to it, it remains partially powered and hangs (screen goes off, but if you switch back on the screen looks the same as it was before you switched it off...). If you switch on a printer before the Pocket386 it doesn't boot, you get weird behaviour...
Presumably this is current from the printer going though I/O protection diodes (or maybe output FET) to the supply rail on the parallel port chips, which is why Id be careful about the order of switching things on/off...!!!