ASCII Protocol

Discuss PC Developer and Web Developer projects and features here.
Post Reply
steve001
Valued Contributor
Posts: 185
http://meble-kuchenne.info.pl
Joined: Wed Jan 13, 2021 7:15 pm
Has thanked: 81 times
Been thanked: 30 times

ASCII Protocol

Post by steve001 »

Afternoon All,

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

2 examples of commands attched

Steve
Attachments
Capture.JPG
Capture.JPG (71.95 KiB) Viewed 2351 times
IP Comminucation Protocol.pdf
(3.51 MiB) Downloaded 118 times

Steve-Matrix
Matrix Staff
Posts: 1234
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: ASCII Protocol

Post 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.

LeighM
Valued Contributor
Posts: 394
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 69 times
Been thanked: 208 times

Re: ASCII Protocol

Post by LeighM »

.. and it looks like it uses UDP (not TCP/IP)

steve001
Valued Contributor
Posts: 185
Joined: Wed Jan 13, 2021 7:15 pm
Has thanked: 81 times
Been thanked: 30 times

Re: ASCII Protocol

Post by steve001 »

Thanks Leigh/ Steve

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

Regards

Steve

Steve-Matrix
Matrix Staff
Posts: 1234
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: ASCII Protocol

Post 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.

Post Reply