PDA

View Full Version : Send E-Mail from PIC



PlantBob
- 1st February 2011, 13:08
Is there any way to send an email from a PIC over WiFi or hard wired Ethernet? If so what PIC(s) do I need? Is there a development board available for testing?

Charles Linquis
- 1st February 2011, 16:34
Virtually any PIC will work. You simply need a serial-to-Ethernet converter (some sources are Lantronix, Wiznet, Digi and ConnectOne). The device should be able to handle the SMTP protocol, or at least tunnel the packet so you can take care of it yourself.

pedja089
- 1st February 2011, 17:31
I have for a long time Lantronix XPort, I always use it as a serial port, with the appropriate drivers on the PC.
Several times I searshed the documentation but I have not found, is it possible to use the xport, just as the tcpip stack