Something that may be of interest to people
djh82uk
Posts: 193
Heya all
I was browsing the farnell site, and found this product, it's an RJ45 to serial converter, it handles all the tcp/ip side of things, can run a small webserver and generally looks pretty cool, sells for around £20 but could have some interesting applications.
Here's the datasheet
http://www.lantronix.com/pdf/XPort_DS.pdf
Anyone have some nice ideas of what this could be used for, would it even work? (I think that it will, it works on 3.3v TTL Serial)
DJH
I was browsing the farnell site, and found this product, it's an RJ45 to serial converter, it handles all the tcp/ip side of things, can run a small webserver and generally looks pretty cool, sells for around £20 but could have some interesting applications.
Here's the datasheet
http://www.lantronix.com/pdf/XPort_DS.pdf
Anyone have some nice ideas of what this could be used for, would it even work? (I think that it will, it works on 3.3v TTL Serial)
DJH
Comments
Note that many embedded serial bridges (such as the siteplayer, xport, etc) do not have full fledged easy to use webservers. They generally require special scripting, or hacking to get going. In the case of the xport, you will need to hunt for info on how to do it and use java applets (which make it almost useless IMHO). Parallax has their PINK module which has the most realistic simple to use webserver + ftp + email I have seen in a long time. It is the most user friendly (although it does cost more than other devices).
Harrison
DJH
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
Or for somethign pretty small, wait until fon.com have their free router offer, then reflash that with linux and do the same thing.
not as elegant, but a nice cheap option, if you buy a "B" router and not a "G".
DJH
Note that embedded linux is not extremely user friendly. I had to build a crosscompile toolchain which took up like 6 gigs of HD space (I had to use virtual pc and run fedora core to compile the dang toolchain). Then you have to deal with the fact that some devices (such as the fonera) have only one serial port that is by default a serial console. You would have to recompile the openwrt or ddwrt linux kernel to not use the serial console so you can use it to communicate with your devices.
It all depends on your project. I am going for the cheapest possible route and easiest to reproduce. Loading third party firmware on a router isn't necessarily easy, not to mention it does rely on commercial products that are constantly being replaced by newer, cheaper, and sometimes incompatible products. It's also much cooler to have all the smarts and code running in a Propeller anyways [noparse];)[/noparse].
Harrison