-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for CC2530 #13
Comments
Hello @ilhangrn ,
|
Hey @ilhangrn , I just pushed a version that performs auto-detection on the serial ports (if you don't specify the |
Hi, I did what you said. it is connected to ttyUSB0. As a result it is staying on INFO: checking /dev/ttyUSB0. is there something is not wroten on readme ? |
hi @wavesoft i convert your codes to c# project. Now i can read any where on memory and i can take id and serial, read-write config. But i could not write with writeXDATA and writeCODE. Do you know what can be problem in this issue ? |
i passed to python again, it was not working. Then i removed outodetect. It was not enough. Program could not pass over readframe. i changed if and elif comparison as |
I think your studies is contain CC2530 support because i saw that
Chip-specific code for CC253X and CC2540/41 SOC
on cc254x.py file. I changed name of file and class ascc2530
for working with cc2530. then I registered this class on ccdebugger.py file.I know cc2540/41 commands and cc2530 commands are same (only ieee address is different). When i run cc_info.py it giving error :
How can we solve it, i want to add it to here ?
The text was updated successfully, but these errors were encountered: