Send price to payment terminal

I have a code in python to send custom price to terminal .
How can i converr it to C ?

I just want send price to terminal

Does this have something to do with an Arduino?

If that was my project, I would flowchart the Python code, and then rewrite as much as possible using C. Since Python is an interpreted language, much of what is really done is hidden away, so you will need to be very familiar with all the various functions of Python. Best bet is to get a current book on Python, if you don't already have one.

1 Like

Interesting. Thanks!

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.