Is there any way to transfer data in C with rx/tx protocol? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Is there any way to transfer data in C with rx/tx protocol?

I have an arm processor and want to send data with its rx/tx pins but want to code it with cCan anyone help me?

27th Jul 2020, 8:15 AM
Nika Soltani Tehrani
Nika Soltani Tehrani - avatar
3 Answers
+ 6
Martin Taylor thanks but in my searches I found some libraries like uart.h How do they work?
28th Jul 2020, 5:08 AM
Nika Soltani Tehrani
Nika Soltani Tehrani - avatar
+ 6
Martin Taylor thanks for your complete answer Im working with a customized board which is not an arm board but has arm processor as its core and in its datasheet, it has an rx/tx pins and wanna send commands via these pins but as you said, now I understand that libraries like uart.h are not standard libraries in C.
28th Jul 2020, 10:29 AM
Nika Soltani Tehrani
Nika Soltani Tehrani - avatar
+ 3
I don't think you are gonna get answer for that here. Ask it on stack exchange. They have much wider community.
27th Jul 2020, 8:20 AM
Lakshay Mittal
Lakshay Mittal - avatar