General information concerning serial interfaces

  • We got a lot of requests regarding serial interface on PicoCOM4. Hence we want to account for this in here.


    PicoCOM2, PicoCOM3 and PicoCOM4 generally feature 3 serial interfaces. Two of these serial interfaces can be used without retstriction. On PicoCOM2 the 3rd interface was compound with LCD signals, therefore this interface only was usable when disabling LCD interface.


    On PicoCOM3 and PicoCOM4 we have dissolved this restriction. The 3rd serial interface is involved with control signals of COM2. This means you can modify configuration to have either 2 "full" serial ports with RTS and CTS (COM1, COM2) or 1 "full" serial port and 2 “simple†serial ports with tx and rx signals only.


    Here is an overview of serial interfaces on PicoCOM3 and PicoCOM4:


    By default COM3 is disabled in registry. To enable usage of COM3 you simply need to enable it via Flags value in regisry:

    Code
    1. reg open \drivers\builtin\serial3
    2. reg set val Flags dword 0
    3. reg save


    To verify that COM3 and COM2 is enabled please watch for following debug output:


    Please note that COM1 will not be available in Windows CE when debug output is enabled.

    Software developer, F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • There is one additional constraint:
    COM3 can only be used on PicoCOM4 HW revisions >=1.20. We have delivered some early development samples that had a former revision. So if you need this functionality please query an RMA - we will interchange these modules for free.

    Software developer, F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.