Posts by kramer

    Hello,


    I try to use PIN57 as an digital input, but it doesn't work. I've connected a pulldown resistor to it, and with a hardwired key I can make this input high. When i just startup the board (my own software is not running) PIN57 becomes high after a while, without the key is pressed.


    I've set the pin as IO and as input by these commands:
    reg open \Drivers\BuiltIn\DigitalIO
    reg set value UseAsIOA DWORD 0x5A03E30C
    reg set value DataDirA DWORD 0x10004304
    reg set value DataInitA DWORD 0x00000000
    reg set value IRQCfg0A DWORD 0x00000000
    reg set value IRQCfg1A DWORD 0x00000000
    reg set value IRQCfg2A DWORD 0x00000000
    reg set value UseAsIOB DWORD 0x00000000
    reg set value DataDirB DWORD 0x00000000
    reg set value DataInitB DWORD 0x00000000
    reg set value IRQCfg0B DWORD 0x00000000
    reg set value IRQCfg1B DWORD 0x00000000
    reg set value IRQCfg2B DWORD 0x00000000
    reg set value UseAsIOC DWORD 0x00000F40
    reg set value DataDirC DWORD 0x00000F40
    reg set value DataInitC DWORD 0x00000000
    reg set value IRQCfg0C DWORD 0x00000000
    reg set value IRQCfg1C DWORD 0x00000000
    reg set value IRQCfg2C DWORD 0x00000000
    reg set value UseAsIOD DWORD 0x00000000
    reg set value DataDirD DWORD 0x00000000
    reg set value DataInitD DWORD 0x00000000
    reg set value IRQCfg0D DWORD 0x00000000
    reg set value IRQCfg1D DWORD 0x00000000
    reg set value IRQCfg2D DWORD 0x00000000
    reg open \Drivers\BuiltIn
    reg open \Drivers\BuiltIn\CF
    reg set value Flags DWORD 0x04
    reg open \Drivers\BuiltIn
    reg save


    What triggers this pin to become high?

    At this moment, I try to use the CAN bus port. Before I try to make it work in my own source code, I've checked if I can send and receive messages using the standard CANCheck tools from F&S. When I send a message each 10ms @ 250k baud to the picomod, in the receive console the messages appears very slow. When I disconnect the CAN bus, the console still receives new messages (if the connection was alive for 1 minute then the console still receives messages after 10 seconds). Is this normal, or is there something wrong in my configuration or somewhere else?
    register settings are as following:
    acceptancecode = 0, acceptancemask = 0, virtualize = 0, format = 2, canmode2b = 1, baudrate = 250000, priority256 = 103
    eventqueuesize = 200, sendbuffersize = 100, txmode = 7, ioctl = 4, devicearrayindex = 0, order = 20, index = 1, prefix = CID
    friendlyname = "picomod can driver", dll = pm3_candrv.dll

    Quote from "fs-support_HK"

    From what you say it is not completely clear if you already used this software on the PicoMOD3 or not. If yes, then just use the DLL from the CD you got for the PicoMOD3. If not, then you first have to purchase the add-on package "NetDCU-SKIT-VS.NET". Then you'll receive a CD where this DLL is contained.


    We have developed software for reading and writing data from and to the ethernet and serial ports and display it on a LCD screen. Now, I want to implement canbus functionality in the software, but I cannot find the required dll. I have the startinterface with a CD, but I cannot find the dll on the CD, only a SDK. The SDK doesnt contain the CAN dll either.

    I want to use the Can bus port from the PicoMod3. But I have some problems with the software. I use Visual Studio 2008 for developing the software. In the "NetDCUx, WINCE-CAN-Interface, Software interface for .NET" manual I read that I have to add the reference CanPort.dll to my project. But I cannot find the dll anywhere. where can I find it?

    hello,


    I've tried to access the PicoMod via http. IP address of the device is 192.168.1.129, so I've tried to access via IE, address: <!-- m --><a class="postlink" href="http://192.168.1.129/WebAdmin">http://192.168.1.129/WebAdmin</a><!-- m -->. then a login box came up (like in the attachment). my question: can I access files on the picomod like this, and what is the user name and password?


    best regard,
    bart

    hello,
    thanks for your quick response. but I still can't connect from my pc to the ftp server on the picomod3. I've installed the ftpd.CAB on the picomod and checked the registry. but when I try to upload a file (using Tftpd32.exe) the picomod response with : port unreachable.
    port used: 69 (standard TFTP). Is there something else I should set in registry? or why doesn't work it?


    best regard,
    bart

    Hello,


    I saw that I may use FTP, but how can I use FTP? what steps have to be done to setup an FTP connection between a PC and the PicoMod? is there a FTP server for the PicoMod?


    best regard
    Bart

    Hello,
    I want to copy files from my PC over the network to the PicoMod. I think I have to use a PPTP connection, but how should I make the setup on both the PicoMod and my PC?
    thanks for help.
    best regards
    Bart