Pratim Majumder
Pratim Majumder
I failed: I've now to go through a new way. _It all could be easy if felhr85 made his app open-source_. JD can't decompile it in right way. :-1: Output...
**Wait a minute, looks like you got it right. I remembered that the example used lib ver, 3.3** I'm gonna try that.. maybe after 12hours cause tomorrow is my exam...
As I'm not able to detect in which encoding I've to try to decode the response, I'm going to try **every encoding** available there in Java (java.io/java.lang) But :-1: It's...
Now I found the problem here! I've to prevent it somehow to get converted to UTF-16 https://stackoverflow.com/a/5729834/8572503
Well, I've got a very good output which makes :trollface: with me ``` 06-14 23:08:48.279 11017-11098/spacehunn.exploitr.serial.deautherx D/______-----__-----_____: █■¢Ýn¯]┘╠■nz|┼fççóìó¹- Q‗l®$ ù¥▓▀┬€L±╬ÎYrÉ╣��+·²áõÖ═>/P=╦¢²W}■»Ïg%³��│╠÷Õ6É/B¹ o▄Ëä╝âÞÄld¨ûWÇr([ø y*^Ú}S│ǹ└yë¹dYèúìÆÎɃæ·R│î¢2ÕÕÁóúAyH ¢8 ��Á┌4 ¶╔��wÉ÷¨#ÆÜÙ░F8¹+´0─´í´ mí²╗│��v§ö┐PË?>Ð─ Y■ ÷Oi¸��Oz3W3┴·ü▓î´¸S@▒...
I'm wondering which is the secret blocking me from the right place? No, I've to try hard, I can't get defeated.. :sob:
Found this, https://github.com/ksksue/Android-USB-Serial-Monitor-Lite/blob/master/AndroidUSBSerialMonitorLite/src/jp/ksksue/app/terminal/AndroidUSBSerialMonitorLite.java Checking out. :exclamation: @tobozo check this : https://github.com/ksksue/PhysicaloidLibrary : But too old **EDIT** It's too old that the encoding doesn't work.. :crying_cat_face:
I've found one more app at the store which uses the library you suggested before ; https://play.google.com/store/apps/details?id=de.kai_morich.serial_usb_terminal&hl=en I'm totally confused about what to do. Actually, those developers are doing some...
Well, I'm using this below, (If I can read, it wouldn't be hard to setup writing) ``` void setup() { Serial.begin( 9600, SERIAL_8N1 ); } void loop() { while(Serial.available()) {...
Oh no!! @tobozo :1st_place_medal: My code is absolutely okay! That's the problem with the Board or Spacehunn's DeAuther I uploaded to my Arduino UNO instead of the ESP8266, and I...