Can i ise both areduino software and pc software at the same timr?

Hello, let me elaborate what i want to do.
I want to measure something using the arduino, and then deliver the results to the computer, and then to use python (i will probably use py.game) to display the results.
Is there anyway to do that?

Yes. In fact, there are tutorials on how to successfully communicate with an arduino using python on the PC. Maybe google it? "Python arduino"

An important part of your question is…
The Arduino IDE is only communicating with the board when it’s uploading, or the Serial Terminal is active.

Otherwise, the USB-COM port is available for other applications to interact with your program running on the arduino board.

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