Lonny Knudson
Forum Replies Created
-
AuthorPosts
-
Lonny Knudson
BlockedHi JM,
Sorry, I don’t know of any.
Lonny Knudson
BlockedHi 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.
Lonny Knudson
BlockedHi 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…
Lonny Knudson
BlockedHi 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.
October 20, 2011 at 5:07 pm in reply to: Comunicating with an external modem through R232 port #3462Lonny Knudson
BlockedHi 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.
Lonny Knudson
BlockedHi 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).
Lonny Knudson
BlockedHi 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.
Lonny Knudson
BlockedHi 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
Lonny Knudson
BlockedThe 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.
Lonny Knudson
Blockedkill [pid of pppd] or killall pppd are generally considered graceful.
Lonny Knudson
BlockedA 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/
-
AuthorPosts