Lonny Knudson

Forum Replies Created

Viewing 11 posts - 91 through 101 (of 101 total)
  • Author
    Posts
  • in reply to: Suggestion regarding user interface. #3392
    Lonny Knudson
    Blocked

    Hi JM,

    Sorry, I don’t know of any.

    in reply to: Suggestion regarding user interface. #3390
    Lonny Knudson
    Blocked

    Hi JM,

    I’m not a software developer so I don’t think I can provide the best insight on the advantages and disadvantages of different software packages. Since PHP was designed for web based applications, it’s almost always going to be a good choice for this type of application. I’m not sure why Mysql is required… maybe it fulfills a dependency for the PHP implementation, or maybe it just provides a fast way store and look up dynamic information when processing web forms or generating output to be sent back to the browser.

    in reply to: Suggestion regarding user interface. #3388
    Lonny Knudson
    Blocked

    Hi JM,

    Yes, the UI would be a webpage. Common examples would be configuration utilities in devices like WiFi access points, Cable and DSL modems, various internet appliances, etc…

    in reply to: Suggestion regarding user interface. #3386
    Lonny Knudson
    Blocked

    Hi JM,

    The CDP doesn’t have a graphics chip onboard so I don’t think there would be much advantage in running graphical interface on the CDP processor.

    For devices like this I think the most common solution is a web based application where you use a web browser for the graphical display.

    in reply to: Comunicating with an external modem through R232 port #3462
    Lonny Knudson
    Blocked

    Hi Mariano,

    Is your DB9 cable a ‘straight’ cable or a crossover (sometimes called null modem) cable ?

    The serial port on the CDP is configured as a DCE interface, so you will need a null modem cable to connect to another DCE device like a modem.

    in reply to: How to test the serial port on the CDP? #3422
    Lonny Knudson
    Blocked

    Hi JM,

    A simple method would be to disconnect your existing serial cable then short the TXD and RXD signals on the physical interface (of the CDP).

    Next use a terminal program like minicom with flow control and local echo disabled. With local echo disabled you should still be able to see any transmitted characters echoed back to the terminal (if local echo is enabled you should see a double echo).

    in reply to: How to build this cable? #3379
    Lonny Knudson
    Blocked

    Hi JM,

    It is possible to build the cable that you need, however we can’t suggest a pinout without knowing how the connector on the PLC is wired. In your support portal case we posted a diagram showing how the DB9 on the CDP is wired. You will need to have the same information for the connector on the PLC to determine the correct pinout for the cable.

    The serial interface on the CDP is a DCE device with standard pin assignments. If the PLC also has a standard DCE interface you can use what’s called a ‘null modem’ or ‘crossover’ cable. If the PLC is a standard DTE interface you can use a ‘straight’ cable (pin 1 wired to pin 1, pin 2 wired to pin 2, etc…). Both of these types of cables you should be able to buy pre-made. If the PLC uses non-standard pin assignments you are more likely to need to build your own cable.

    in reply to: MT100SEM-IP.R1-SP #3376
    Lonny Knudson
    Blocked

    Hi Gustavo,

    Here is a link to the request form for the embedded product documentation:

    http://www.multitech.com/en_US/TOOLS/FORMS/order/embedded_developer_guide.asp

    You can also email a request to this address oemsales@multitech.com

    in reply to: SMS Capability on CDMA platform ? #3179
    Lonny Knudson
    Blocked

    The cellular radio in the EV-DO models uses a non standard command set for SMS, I don’t think it’s likely that sms-utils will work correctly with these radios.

    in reply to: Internet Connectvitiy #3165
    Lonny Knudson
    Blocked

    kill [pid of pppd] or killall pppd are generally considered graceful.

    in reply to: Internet Connectvitiy #3163
    Lonny Knudson
    Blocked

    A HTTP GET or POST would be performed the same way regardless of if it gets transported over the Ethernet link or the cellular link. How the request gets transported is up to the routing table, packet filters, etc…

    The first step is to establish a network link using the cellular device. Network links over the cellular devices are brought up using pppd. The link below should help get you started:

    http://www.multitech.net/developer/products/cellular-development-platform/applications/ppp-peers/

Viewing 11 posts - 91 through 101 (of 101 total)