• Waking up a serial port

    From bp@www.zefox.net@21:1/5 to All on Sat Mar 15 17:30:03 2025
    While looking around inside a 12 volt to 120 volt inverter charger
    I noticed a pin header labeled "5v Rx Tx Gnd" near the edge of the
    main circuit board. This piqued my curiosity, so I connect a 'scope
    to the Tx pin and Gnd, then tried power-cycling the inverter a few
    times. Several power cycles later I could find no hint of a signal
    anywhere near the usual 9600 baud rate that I believed customary.

    Are there any customary tricks to making a diagnostic serial port
    active? Most of the silkscreen is in English, so there might be
    an enable/disable jumper position if I could recognize it.

    The manufacturer is actively unhelpful on sincere questions, so
    this kind of inquiry won't be taken kindly. Some sources indicate
    the inverter brand (ampinvt) is a knockoff of a Sigineer design.
    I was unable to locate technical information of either of them.

    The inverter-charger works acceptably but sometimes behaves oddly,
    I'd like to explore the control parameters if it's possible.

    Thanks for reading, and any ideas.

    bob prohaska

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jeff Liebermann@21:1/5 to bp@www.zefox.net on Sat Mar 15 14:47:34 2025
    On Sat, 15 Mar 2025 17:30:03 -0000 (UTC), bp@www.zefox.net wrote:

    While looking around inside a 12 volt to 120 volt inverter charger
    I noticed a pin header labeled "5v Rx Tx Gnd" near the edge of the
    main circuit board.

    That sounds more like a USB-A connector pinout: <https://components101.com/sites/default/files/component_pin/USB-Type-A-Connector-Pinout.jpg>

    See if there's any data on the Rx pin.
    USB data runs at 12 to 480 Mbits/sec. What's the maker and model
    number of your oscilloscope? What's the scope bandwidth?

    If the connector is USB, the data is differential between the + and -
    pins (which may be the Rx and Tx pins). RS-232 is specified at
    +/-15VDC. It's possible for it to operate at 5VDC.

    <https://www.testandmeasurementtips.com/measuring-universal-serial-bus-usb/>

    The inverter manufacturers name and model number would also be
    helpful. Good luck.

    Begin Mini_Rant()
    1. What problem are you trying to solve? (Keep it simple)
    2. What do you have to work with? (maker, model, versions, photos,
    URL's)
    3. What have you done so far and what happened?
    4. What is your ability or experience level?
    5. Optional - All the background data and history.
    End Mini_Rant()

    --
    Jeff Liebermann jeffl@cruzio.com
    PO Box 272 http://www.LearnByDestroying.com
    Ben Lomond CA 95005-0272
    Skype: JeffLiebermann AE6KS 831-336-2558

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bp@www.zefox.net@21:1/5 to Jeff Liebermann on Sun Mar 16 00:50:18 2025
    Jeff Liebermann <jeffl@cruzio.com> wrote:
    On Sat, 15 Mar 2025 17:30:03 -0000 (UTC), bp@www.zefox.net wrote:

    While looking around inside a 12 volt to 120 volt inverter charger
    I noticed a pin header labeled "5v Rx Tx Gnd" near the edge of the
    main circuit board.

    That sounds more like a USB-A connector pinout: <https://components101.com/sites/default/files/component_pin/USB-Type-A-Connector-Pinout.jpg>

    See if there's any data on the Rx pin.
    USB data runs at 12 to 480 Mbits/sec. What's the maker and model
    number of your oscilloscope? What's the scope bandwidth?

    If the connector is USB, the data is differential between the + and -
    pins (which may be the Rx and Tx pins). RS-232 is specified at
    +/-15VDC. It's possible for it to operate at 5VDC.

    <https://www.testandmeasurementtips.com/measuring-universal-serial-bus-usb/>

    The inverter manufacturers name and model number would also be
    helpful. Good luck.

    Begin Mini_Rant()
    1. What problem are you trying to solve? (Keep it simple)
    I'm trying to figure out if I can talk to the controller

    2. What do you have to work with? (maker, model, versions, photos,
    URL's)
    Owon vds1022i usb scope, 100Ms/sec, likely 10 MHz bandwidth. Board
    images are at
    zefox.net/~bp/ampinvt/2nd_inverter/board_photos
    It sure doesn't look like a USB port to me. If it is, my scope is blind.

    3. What have you done so far and what happened?
    Connect the 'scope, power cycle the inverter, look for traffic on Tx.

    4. What is your ability or experience level?
    Retired experimental physicist, from the pre-digital epoch.

    5. Optional - All the background data and history.
    The inverter behaved strangely (but usably) when acquired. Eventually
    I replaced it with another unit and would like to understand what ails
    this one if it isn't too difficult. It's still usable as a spare, so
    I'd rather not damage it.

    My working guess is that the software is misconfigured. The vendor's
    behavior was completely obfuscatory (if that's a word) so I'm not asking
    them for anything. Their products are sold cheaply enough that buying
    three to get two that work was still the best deal available.

    End Mini_Rant()

    Thanks for writing,

    bob prohaska

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jeff Liebermann@21:1/5 to bp@www.zefox.net on Sat Mar 15 18:52:45 2025
    On Sun, 16 Mar 2025 00:50:18 -0000 (UTC), bp@www.zefox.net wrote:

    Jeff Liebermann <jeffl@cruzio.com> wrote:
    On Sat, 15 Mar 2025 17:30:03 -0000 (UTC), bp@www.zefox.net wrote:

    While looking around inside a 12 volt to 120 volt inverter charger
    I noticed a pin header labeled "5v Rx Tx Gnd" near the edge of the
    main circuit board.

    That sounds more like a USB-A connector pinout:
    <https://components101.com/sites/default/files/component_pin/USB-Type-A-Connector-Pinout.jpg>

    See if there's any data on the Rx pin.
    USB data runs at 12 to 480 Mbits/sec. What's the maker and model
    number of your oscilloscope? What's the scope bandwidth?

    If the connector is USB, the data is differential between the + and -
    pins (which may be the Rx and Tx pins). RS-232 is specified at
    +/-15VDC. It's possible for it to operate at 5VDC.

    <https://www.testandmeasurementtips.com/measuring-universal-serial-bus-usb/> >>
    The inverter manufacturers name and model number would also be
    helpful. Good luck.

    Begin Mini_Rant()
    1. What problem are you trying to solve? (Keep it simple)
    I'm trying to figure out if I can talk to the controller

    2. What do you have to work with? (maker, model, versions, photos,
    URL's)
    Owon vds1022i usb scope, 100Ms/sec, likely 10 MHz bandwidth.

    <https://www.owon.com.hk/products_owon_vds_series_pc_oscilloscope>
    See table near bottom of page.
    Bandwidth for vds1022i is 25 MHz. You should be able to see USB data.

    Board images are at
    zefox.net/~bp/ampinvt/2nd_inverter/board_photos

    <https://zefox.net/~bp/ampinvt/2nd_inverter/board_photos>
    The web server or load balancer is returning "Server not found".
    I tried various variations with no improvement. Please check the URL.

    It sure doesn't look like a USB port to me. If it is, my scope is blind.

    The wiring order and designations sure look like USB to me: <https://www.testandmeasurementtips.com/wp-content/uploads/2017/03/USB-pin-outs-1.jpg>

    3. What have you done so far and what happened?
    Connect the 'scope, power cycle the inverter, look for traffic on Tx.

    Is there +5VDC on the 5v pin?
    Try using the scope in differential mode.
    Channel A to + and Channel B to - with the scope looking at (Ch A
    minus Ch B).

    https://www.sciencedirect.com/topics/computer-science/differential-signaling

    4. What is your ability or experience level?
    Retired experimental physicist, from the pre-digital epoch.

    Ok. I'll adjust my vocabulary to minimize digital technobabble.

    5. Optional - All the background data and history.

    The inverter behaved strangely (but usably) when acquired. Eventually
    I replaced it with another unit and would like to understand what ails
    this one if it isn't too difficult. It's still usable as a spare, so
    I'd rather not damage it.

    My working guess is that the software is misconfigured. The vendor's
    behavior was completely obfuscatory (if that's a word) so I'm not asking
    them for anything. Their products are sold cheaply enough that buying
    three to get two that work was still the best deal available.

    End Mini_Rant()

    Thanks for writing,

    bob prohaska

    I need some time to chase the vague references to the possible maker
    of the inverter (Ampinvt and Sigineer). Got any better info? Photo?

    If the inverter was working (strangely), I suspect you might get some
    clues by looking at the output waveform with your oscilloscope (in
    differential mode). You can do some amazing things with software, but
    trashing the AC output waveform is not one of them. However, acting
    strangely (whatever that means) is possible.



    --
    Jeff Liebermann jeffl@cruzio.com
    PO Box 272 http://www.LearnByDestroying.com
    Ben Lomond CA 95005-0272
    Skype: JeffLiebermann AE6KS 831-336-2558

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jeff Liebermann@21:1/5 to All on Sat Mar 15 18:58:21 2025
    On Sat, 15 Mar 2025 18:52:45 -0700, Jeff Liebermann <jeffl@cruzio.com>
    wrote:

    I need some time to chase the vague references to the possible maker
    of the inverter (Ampinvt and Sigineer). Got any better info? Photo?

    Is your inverter one of these?
    <https://us.ampinvt.com/collections/all>
    If so, which one?

    --
    Jeff Liebermann jeffl@cruzio.com
    PO Box 272 http://www.LearnByDestroying.com
    Ben Lomond CA 95005-0272
    Skype: JeffLiebermann AE6KS 831-336-2558

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bp@www.zefox.net@21:1/5 to Jeff Liebermann on Sun Mar 16 02:42:54 2025
    Jeff Liebermann <jeffl@cruzio.com> wrote:

    Board images are at
    zefox.net/~bp/ampinvt/2nd_inverter/board_photos

    <https://zefox.net/~bp/ampinvt/2nd_inverter/board_photos>
    The web server or load balancer is returning "Server not found".
    I tried various variations with no improvement. Please check the URL.

    The URL is http://www.zefox.net/~bp/ampinvt/2nd_inverter/
    and the pics are in board_photos, _not_ https://....
    The server does not encrypt connections.

    The photos show markings on the board that might be related
    to the manufacturer, but I couldn't find any online references.


    I need some time to chase the vague references to the possible maker
    of the inverter (Ampinvt and Sigineer). Got any better info? Photo?

    The inverter is sold by Ampinvt as model HT80112 on Amazon. The idea that
    it's a clone of a Sigineer design is something picked off the web and
    worth no more than I paid for it. The board photos might offer more
    clues, but I couldn't make anything of them.


    If the inverter was working (strangely), I suspect you might get some
    clues by looking at the output waveform with your oscilloscope (in differential mode). You can do some amazing things with software, but trashing the AC output waveform is not one of them. However, acting strangely (whatever that means) is possible.

    The oddity was battery charging behavior, the output behavior seemed
    perfectly fine. One LED flashed to indicate charging and should become
    steady when charging completed, but instead it kept flashing. Eventually
    the LED simply went off permanently, at which point I replaced the unit.
    Far as I could tell the actual battery charging behavior was correct.
    It made me think a PID controller might be mistuned, when it went off
    that seemed more serious.

    There's a jack for an RS485 remote control panel, I was hoping the
    apparent serial port might expose configuration parameters if it
    runs a Linux kernel with a serial console.

    Thanks for writing!

    bob prohaska

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From HW@21:1/5 to All on Mon Mar 17 15:12:52 2025
    On Sat, 15 Mar 2025 14:47:34 -0700, Jeff Liebermann <jeffl@cruzio.com>
    wrote:

    On Sat, 15 Mar 2025 17:30:03 -0000 (UTC), bp@www.zefox.net wrote:

    While looking around inside a 12 volt to 120 volt inverter charger
    I noticed a pin header labeled "5v Rx Tx Gnd" near the edge of the
    main circuit board.

    That sounds more like a USB-A connector pinout: ><https://components101.com/sites/default/files/component_pin/USB-Type-A-Connector-Pinout.jpg>

    USB transmits and receives on the same two lines. The two lines are a differential signal, usually marked D+ and D-

    If the pins are labeled Tx and Rx, I'd very much expect the port to be asynchronous serial, not USB.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From HW@21:1/5 to bp@www.zefox.net on Mon Mar 17 15:19:08 2025
    On Sat, 15 Mar 2025 17:30:03 -0000 (UTC), bp@www.zefox.net wrote:

    Are there any customary tricks to making a diagnostic serial port
    active?

    I am not aware of any standards.

    Some devices will respond to a few CR-LF, as in pressing the enter key
    a few times, but those are probably mostly intended to be accessible
    by the user.

    A device like this may very well have the serial port disabled in
    firmware.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bp@www.zefox.net@21:1/5 to none@no.no on Mon Mar 17 15:34:59 2025
    HW <none@no.no> wrote:
    On Sat, 15 Mar 2025 17:30:03 -0000 (UTC), bp@www.zefox.net wrote:

    Are there any customary tricks to making a diagnostic serial port
    active?

    I am not aware of any standards.

    Some devices will respond to a few CR-LF, as in pressing the enter key
    a few times, but those are probably mostly intended to be accessible
    by the user.

    A device like this may very well have the serial port disabled in
    firmware.

    I did briefly try to connect a usb-serial adapter, hoping to see at
    least garbled boot messages during power up by varying baud settings.
    Nothing at all appeared on the terminal screen. That's when I tried
    the 'scope and found nothing.

    There are some board photos at http://www.zefox.net/~bp/ampinvt/2nd_inverter/board_photos/
    Please note it's http:..., not https. You'll have to pacify
    your browser if it doesn't like unencrypted connections.

    Thanks for replying,

    bob prohaska

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Theo@21:1/5 to bp@www.zefox.net on Tue Mar 18 18:09:52 2025
    bp@www.zefox.net wrote:
    HW <none@no.no> wrote:
    On Sat, 15 Mar 2025 17:30:03 -0000 (UTC), bp@www.zefox.net wrote:

    Are there any customary tricks to making a diagnostic serial port
    active?

    I am not aware of any standards.

    Some devices will respond to a few CR-LF, as in pressing the enter key
    a few times, but those are probably mostly intended to be accessible
    by the user.

    A device like this may very well have the serial port disabled in
    firmware.

    I did briefly try to connect a usb-serial adapter, hoping to see at
    least garbled boot messages during power up by varying baud settings.
    Nothing at all appeared on the terminal screen. That's when I tried
    the 'scope and found nothing.

    There are some board photos at http://www.zefox.net/~bp/ampinvt/2nd_inverter/board_photos/
    Please note it's http:..., not https. You'll have to pacify
    your browser if it doesn't like unencrypted connections.

    I'm not seeing an MCU, although it could be underneath or on another board.

    Sometimes a UART is for the instrument to communicate with some other
    device, which is something that would have to be configured somehow. Or
    maybe it's designed to be queried from another device, ie you need to speak before it will answer. It's quite likely not designed to work like a
    terminal with printable text. Maybe it's only for use in debugging or
    factory test versions of the firmware and you don't have one of those.

    There's no way to know in general.

    Theo

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bp@www.zefox.net@21:1/5 to Theo on Wed Mar 19 01:46:23 2025
    Theo <theom+news@chiark.greenend.org.uk> wrote:

    I'm not seeing an MCU, although it could be underneath or on another board.

    It turns out there is an smd package with at least 40 pins on the
    perpendicular daughter board at the lower of the photo at http://www.zefox.net/~bp/ampinvt/2nd_inverter/board_photos/IMG_0007.JPG
    It's only about 10 mm square, so any markings are going to be tiny.

    Unfortunately it's on the side that can't be seen in the photo. It's
    mounted diagonally, as one sees on images of SBCs. I've tried to get
    a look at the package markings but can't make them out vi a dental
    mirror, too much stuff in the way. The packaging is rather tight, so
    improving the view won't be easy 8-(

    Obviously it might help to identify the device. Then again, it might not.... I'll try to figure out how to get a good look. Something like a camera periscape the size of a pencil would be about right 8-) I'm hesitant to
    start taking things apart because the device is still usable, if not
    entirely perfect.

    Thanks for writing!

    bob prohaska

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jeff Liebermann@21:1/5 to bp@www.zefox.net on Tue Mar 18 21:15:35 2025
    On Wed, 19 Mar 2025 01:46:23 -0000 (UTC), bp@www.zefox.net wrote:

    Theo <theom+news@chiark.greenend.org.uk> wrote:

    I'm not seeing an MCU, although it could be underneath or on another board.

    It turns out there is an smd package with at least 40 pins on the >perpendicular daughter board at the lower of the photo at >http://www.zefox.net/~bp/ampinvt/2nd_inverter/board_photos/IMG_0007.JPG
    It's only about 10 mm square, so any markings are going to be tiny.

    10 mm body might be a QFP64 package. <https://www.amazon.com/programming-machine-Size10x10mm-12x12mm-FPQ-64-0-5-06/dp/B0757JNQR4>

    Unfortunately it's on the side that can't be seen in the photo. It's
    mounted diagonally, as one sees on images of SBCs. I've tried to get
    a look at the package markings but can't make them out vi a dental
    mirror, too much stuff in the way. The packaging is rather tight, so >improving the view won't be easy 8-(

    Obviously it might help to identify the device. Then again, it might not.... >I'll try to figure out how to get a good look. Something like a camera >periscape the size of a pencil would be about right 8-)

    Try an endoscope camera: <https://www.ebay.com/sch/i.html?_nkw=endoscope+camera&LH_PrefLoc=1>
    They comes in 5.5, 6, 7 or 8mm dia probes. 7mm seems to be a good
    compromise between viewing angle, depth of field and illumination.

    I'm hesitant to
    start taking things apart because the device is still usable, if not
    entirely perfect.

    If you leave it torn apart, you'll eventually lose some parts or
    hardware which potentially will make it useless. That's what recently
    happened to me with a Chinese 12VDC to 115VAC power supply. Best to
    make your decision fairly soon.


    --
    Jeff Liebermann jeffl@cruzio.com
    PO Box 272 http://www.LearnByDestroying.com
    Ben Lomond CA 95005-0272
    Skype: JeffLiebermann AE6KS 831-336-2558

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bp@www.zefox.net@21:1/5 to Jeff Liebermann on Wed Mar 19 16:06:40 2025
    Jeff Liebermann <jeffl@cruzio.com> wrote:

    10 mm body might be a QFP64 package. <https://www.amazon.com/programming-machine-Size10x10mm-12x12mm-FPQ-64-0-5-06/dp/B0757JNQR4>


    That looks qualitatively correct for the package shape. It's harder to
    judge exact size, but it's close.



    Try an endoscope camera: <https://www.ebay.com/sch/i.html?_nkw=endoscope+camera&LH_PrefLoc=1>
    They comes in 5.5, 6, 7 or 8mm dia probes. 7mm seems to be a good
    compromise between viewing angle, depth of field and illumination.


    I tried looking on Amazon (no Ebay account and no desire to get one) and
    would prefer something that does not rely on a phone, but rather a desktop computer running Linux. Apparently many such cameras support guvcview but haven't found one that explictly says so on Amazon. I've posted a question
    and am awaiting a response.


    If you leave it torn apart, you'll eventually lose some parts or
    hardware which potentially will make it useless. That's what recently happened to me with a Chinese 12VDC to 115VAC power supply. Best to
    make your decision fairly soon.

    Agreed, it's back together for now.

    Thanks for writing!

    bob prohaska

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From legg@21:1/5 to bp@www.zefox.net on Thu Mar 20 12:55:24 2025
    On Sat, 15 Mar 2025 17:30:03 -0000 (UTC), bp@www.zefox.net wrote:

    While looking around inside a 12 volt to 120 volt inverter charger
    I noticed a pin header labeled "5v Rx Tx Gnd" near the edge of the
    main circuit board. This piqued my curiosity, so I connect a 'scope
    to the Tx pin and Gnd, then tried power-cycling the inverter a few
    times. Several power cycles later I could find no hint of a signal
    anywhere near the usual 9600 baud rate that I believed customary.

    Are there any customary tricks to making a diagnostic serial port
    active? Most of the silkscreen is in English, so there might be
    an enable/disable jumper position if I could recognize it.

    The manufacturer is actively unhelpful on sincere questions, so
    this kind of inquiry won't be taken kindly. Some sources indicate
    the inverter brand (ampinvt) is a knockoff of a Sigineer design.
    I was unable to locate technical information of either of them.

    The inverter-charger works acceptably but sometimes behaves oddly,
    I'd like to explore the control parameters if it's possible.

    Thanks for reading, and any ideas.

    bob prohaska

    Inverter/chargers are often provided with a basic communications
    method, if only to turn off and on remotely.

    These can use any com hardware or protocol mixed and matched
    to do the job - usb sockets spouting rst232, network connectors
    doing the same.

    Really popular and annoying are bluetooth dongles that will
    only talk through an 'app.

    RL

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bp@www.zefox.net@21:1/5 to legg on Thu Mar 20 17:22:52 2025
    legg <legg@nospam.magma.ca> wrote:
    On Sat, 15 Mar 2025 17:30:03 -0000 (UTC), bp@www.zefox.net wrote:

    While looking around inside a 12 volt to 120 volt inverter charger
    I noticed a pin header labeled "5v Rx Tx Gnd" near the edge of the
    main circuit board. This piqued my curiosity, so I connect a 'scope
    to the Tx pin and Gnd, then tried power-cycling the inverter a few
    times. Several power cycles later I could find no hint of a signal
    anywhere near the usual 9600 baud rate that I believed customary.


    Inverter/chargers are often provided with a basic communications
    method, if only to turn off and on remotely.

    These can use any com hardware or protocol mixed and matched
    to do the job - usb sockets spouting rst232, network connectors
    doing the same.

    This unit has a socket for connecting an RS-485 remote panel.
    Far as I can gather it merely duplates the function of the
    built-in panel, a five-button affair with one power button
    plus four: (up, down, enter, back). It's not clear how to tell
    if it's active, nor how to communicate if it is. Surely the
    manufacurer won't help... Any ideas are welcome!

    Thanks for writing,

    bob prohaska

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Theo@21:1/5 to bp@www.zefox.net on Tue Mar 25 18:19:12 2025
    bp@www.zefox.net wrote:
    Theo <theom+news@chiark.greenend.org.uk> wrote:

    I'm not seeing an MCU, although it could be underneath or on another board.

    It turns out there is an smd package with at least 40 pins on the perpendicular daughter board at the lower of the photo at http://www.zefox.net/~bp/ampinvt/2nd_inverter/board_photos/IMG_0007.JPG
    It's only about 10 mm square, so any markings are going to be tiny.

    Unfortunately it's on the side that can't be seen in the photo. It's
    mounted diagonally, as one sees on images of SBCs. I've tried to get
    a look at the package markings but can't make them out vi a dental
    mirror, too much stuff in the way. The packaging is rather tight, so improving the view won't be easy 8-(

    Obviously it might help to identify the device. Then again, it might not.... I'll try to figure out how to get a good look. Something like a camera periscape the size of a pencil would be about right 8-) I'm hesitant to
    start taking things apart because the device is still usable, if not
    entirely perfect.

    A rough rule of thumb is if you can see a DRAM package (likely to be a BGA)
    and some storage (NOR/NAND/SPI flash) then there's a good chance it's
    running Linux and the serial port will give you messages from the bootloader
    if nothing else. If it just has an MCU then it's likely running bare metal firmware and I'd not expect to see anything out of the UART, although it wouldn't hurt to probe it and confirm.

    The fact the power is 5V and not 3.3V does suggest it's more likely to be an MCU.

    Theo

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bp@www.zefox.net@21:1/5 to Theo on Wed Mar 26 02:46:30 2025
    Theo <theom+news@chiark.greenend.org.uk> wrote:
    bp@www.zefox.net wrote:
    Theo <theom+news@chiark.greenend.org.uk> wrote:

    I'm not seeing an MCU, although it could be underneath or on another board.

    It turns out there is an smd package with at least 40 pins on the
    perpendicular daughter board at the lower of the photo at
    http://www.zefox.net/~bp/ampinvt/2nd_inverter/board_photos/IMG_0007.JPG
    It's only about 10 mm square, so any markings are going to be tiny.

    Unfortunately it's on the side that can't be seen in the photo. It's
    mounted diagonally, as one sees on images of SBCs. I've tried to get
    a look at the package markings but can't make them out vi a dental
    mirror, too much stuff in the way. The packaging is rather tight, so
    improving the view won't be easy 8-(

    Obviously it might help to identify the device. Then again, it might not.... >> I'll try to figure out how to get a good look. Something like a camera
    periscape the size of a pencil would be about right 8-) I'm hesitant to
    start taking things apart because the device is still usable, if not
    entirely perfect.

    A rough rule of thumb is if you can see a DRAM package (likely to be a BGA) and some storage (NOR/NAND/SPI flash) then there's a good chance it's
    running Linux and the serial port will give you messages from the bootloader if nothing else. If it just has an MCU then it's likely running bare metal firmware and I'd not expect to see anything out of the UART, although it wouldn't hurt to probe it and confirm.

    The fact the power is 5V and not 3.3V does suggest it's more likely to be an MCU.

    I've tried connecting a usb-serial adapter to the Tx pin and watched for
    output during power-on, at a variety of baud rates. I really expected to
    see something, even if it was garbage. Nothing at all. Then I tried to
    use my Owon VDS1022i and couldn't see anything. It's sounding like I'm
    barking up an empty tree. Next time there's an opportunity I'll try to
    get a better look at the daughterboard. But, not holding much hope....

    Thanks to everybody who replied!

    bob prohaska

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)