CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

UDP/TCP serial module or 18F67J60?

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
E_Blue



Joined: 13 Apr 2011
Posts: 417

View user's profile Send private message

UDP/TCP serial module or 18F67J60?
PostPosted: Fri Dec 13, 2019 7:14 am     Reply with quote

I need to develop a new product that needs to send some packets to up to 6 remote servers and must resolve domains like www.myweb.com by DNS.

All the six sockets must be open at same time and the packets are small, less than 100bytes every 3 seconds so there's no need to high speed device.

I was searching and found some Wiznet chips like W5100 which is a bit old and seems to have not DNS, all is by MAC and IPv4.

W7500 seems to have DNS domain resolution, easy configuration with AT commands but only one socket.

I'm not a network protocol expert, until now I was sending data(IoT) with GSM/GPRS modules with very easy AT commands, so if you know about some SoC or module that works by AT commands please tell me.

The other solution is to use a 18F67J60 but I have no libraries for CCS.
I have no time to develop this, please put me in the right path.
Thanks.
_________________
Electric Blue
Jerson



Joined: 31 Jul 2009
Posts: 122
Location: Bombay, India

View user's profile Send private message Visit poster's website

PostPosted: Sat Dec 14, 2019 5:04 am     Reply with quote

If you can work with serial and modules, then I suggest you go the ESP8266 way with AT commands. Cheap, WIFI and does everything you need way too easily.

The other option is like the chip you suggested. However, you may have quite a struggle porting the tiny TCP/IP implementations available for the Arduinos. Time to market will be quite uphill unless you know what you're doing.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group