F&S Device Spy utility

  • On most platforms the network adapter by default uses a DHCP-query to connect to the local network. This sometimes makes it difficult to discover the current IP address of the device. For that reason, latest WindowsCE kernels feature a broadcast driver that announces some device information in the local network. To catch these information there now is a small utility available - "F&S Device Spy".


    In can be downloaded form the download area on our website: F&S Device Spy utitliy


    Each device can be equiped with an unique device name and some additional device Information. These values are stored in the registry under:

    Code
    1. [HKLM\drivers\builtin\bcsend]
    2. DeviceName="<your device name>"
    3. DeviceInfo="<your device information>"


    Note:
    The broadcast driver only is included in the WindowsCE Kernels of the NetDCU9/10/11, PicoMOD3 and PicoCOM1.


    Edit:
    There was an error in the description above. The name of the key for device information is called "DeviceInfo" instead of "DeviceInformation" - corrected.


    your F&S support team

    Software developer, F&amp;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.

  • Hallo Herr Domandl,


    obige Aussage bezieht sich auf den aktuellen Stand. Selbstverständlich wir der BC-Treiber auch in zukünftige Kernel anderer Baugrupppen integriert.


    Beste Grüße
    Martin Kiepfer

    Software developer, F&amp;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.

  • Hallo Herr Kiepfer,


    sehe ich das richtig, dass ohne diesen Treiber sich das PicoMOD1 Board nicht am DNS Server registriert?
    Problem: wir können das PicoMOD1 Board nicht über z.B. Ping mit dem Device Namen des Boards erreichen.


    Schöne Grüße
    Manfred Domandl
    InterCard


    PS: Wann ist ein entsprechender Kernel für das PicoMOD1 Board verfügbar?

  • Hallo Herr Kiepfer,


    Problem ist beseitigt. Es muß der Device Name geändert werden über die Controls/System, damit sich das Device am DNS Server regsitriert.


    Schöne Grüße
    Manfred Domandl
    InterCard

  • FSDeviceSpy utility has been upded on the server. Version 1.1 now supports opening a FTP window (windows explorer).

    Software developer, F&amp;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.

  • A new version of the FSDeviceSpy utitlitly has been created, which is available in the download area.
    We have resolved an issue with Windows7. With previous version Telnet could not started.

    Software developer, F&amp;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.

  • Hello,


    FS Device Spy listen to the UDP Broadcasts from the device. You can configure the device side by modify WCE Registry:


    [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\BCSend]

    "Dll" = "fs_bcsend.Dll"

    "Prefix" = "BCS"

    "Order" = dword:64

    "Flags"=dword:10 ; DEVFLAGS_LOAD_AS_USERPROC(0x10) ;0x4 -> DEVFLAGS_NOLOAD

    "FriendlyName" = "F&S Broadcast utility"

    "BroadcastCount"=dword:14

    "BroadcastDelay"=dword:6 ; in seconds

    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.