xxxajk / PhysicaloidLibrary

Android Library for communicating with physical-computing boards (e.g.Arduino, mbed)
http://www.physicaloid.com/
21 stars 10 forks source link

in stk500 step, i send 0x30 0x20, can not ricevo 0x14 0x10? #18

Closed yangmin1234 closed 2 years ago

yangmin1234 commented 5 years ago

in stk500 step, when i getsync send 0x30 0x20, cannot ricevo nothing?

xxxajk commented 5 years ago

I don't understand the question.

yangmin1234 commented 5 years ago

When I perform the reset, I want arduino to send a reset command 0x30 0x20, the device does not return any, is there some problem with my configuration?

xxxajk commented 5 years ago

resets are done using RTS and DTR.

yangmin1234 commented 5 years ago

thank you, there is a problem with my configuration.