Page 1 of 1

ASCII Protocol

Posted: Tue Dec 28, 2021 12:30 pm
by steve001
Afternoon All,

Dose the Ethernet module support ASCII Protocol commands ? commonly used it Automated Test Equipment

2 examples of commands attched

Steve

Re: ASCII Protocol

Posted: Wed Dec 29, 2021 11:45 am
by Steve-Matrix
I believe it does, in that it can send and receive text. You will need to form the required strings in your code, send them and then wait for and read the expected response.

Re: ASCII Protocol

Posted: Wed Dec 29, 2021 11:52 am
by LeighM
.. and it looks like it uses UDP (not TCP/IP)

Re: ASCII Protocol

Posted: Wed Dec 29, 2021 12:27 pm
by steve001
Thanks Leigh/ Steve

I will have a go later - are there any examples anywhere ?

Regards

Steve

Re: ASCII Protocol

Posted: Wed Dec 29, 2021 12:32 pm
by Steve-Matrix
There are examples in the wiki, depending on what component you are using. Also, there's a free course entitled "Embedded Internet" in the "Education" section of the flowcode.co.uk site that might be of help.