Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 11-19-2013, 01:09 PM   #1
dosimple
Junior Member
dosimple began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2013
Device: K3, PW2
Serial adapter alternatives

I'm planning to jailbreak my PW2. But, if it is possible, I would like to avoid ordering one of those dedicated usb serial adapters. So could one use other things like a Raspberry Pi (it has some IO connectors) or another Kindle (K3) as serial "adapter" to get into PW2?

Another question: are all the kindle models' serial ports compatible with a same adapter? https://wiki.mobileread.com/wiki/Hard...ex#Serial_Port
dosimple is offline   Reply With Quote
Old 11-19-2013, 01:28 PM   #2
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by dosimple View Post
I'm planning to jailbreak my PW2. But, if it is possible, I would like to avoid ordering one of those dedicated usb serial adapters. So could one use other things like a Raspberry Pi (it has some IO connectors) or another Kindle (K3) as serial "adapter" to get into PW2?

Another question: are all the kindle models' serial ports compatible with a same adapter? https://wiki.mobileread.com/wiki/Hard...ex#Serial_Port
R-Pi if you can meet the requirements of interfacing with 1.8v serial port.

Some cell phone adapters are 1.8v serial adapters.

Yes, all use same serial port specs.

How did you intend to input things on the K3 that would come out the operator's console serial port?

What where you going to do about the things that are already coming out the operator's console serial port?

Both sound like a programming nightmare to me.
knc1 is offline   Reply With Quote
Advert
Old 11-19-2013, 02:17 PM   #3
dosimple
Junior Member
dosimple began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2013
Device: K3, PW2
Well, I have not thought that all in detail as I have almost no experience in hardware hacking. So as a layperson, I hoped to connect K3 serial pins to PW2 serial pins and work from K3 somehow. Isn't there software tools or libraries (easy to use) to control serial communications?
dosimple is offline   Reply With Quote
Old 11-19-2013, 02:33 PM   #4
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by dosimple View Post
Well, I have not thought that all in detail as I have almost no experience in hardware hacking. So as a layperson, I hoped to connect K3 serial pins to PW2 serial pins and work from K3 somehow. Isn't there software tools or libraries (easy to use) to control serial communications?
Well, yes - if that port isn't in use.
But all of that is built into the kernel's serial port driver.

But the operator's console port is in use by the kernel.
And the kernel **must have** a console port.

So if you want to use it yourself, you need to first find something else for the kernel to use.
knc1 is offline   Reply With Quote
Old 11-19-2013, 02:51 PM   #5
dosimple
Junior Member
dosimple began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2013
Device: K3, PW2
So we need to force the kernel to use a pseudo terminal and release the serial port at runtime. Is it possible?
dosimple is offline   Reply With Quote
Advert
Old 11-19-2013, 02:54 PM   #6
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by dosimple View Post
So we need to force the kernel to use a pseudo terminal and release the serial port at runtime. Is it possible?
Just order the proper adapter.
knc1 is offline   Reply With Quote
Old 11-19-2013, 03:01 PM   #7
dosimple
Junior Member
dosimple began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2013
Device: K3, PW2
will do. thanks for your support.
dosimple is offline   Reply With Quote
Old 11-19-2013, 09:00 PM   #8
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by dosimple View Post
will do. thanks for your support.
OR
Just wait for the Kpw2 jailbreak -
it might be sooner than you can get that adapter shipped to you.
knc1 is offline   Reply With Quote
Old 11-22-2013, 11:36 AM   #9
aditya3098
Guru
aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.
 
Posts: 608
Karma: 1588610
Join Date: Jan 2012
Device: Kindle Scribe
I am sure something is possible with the RPi. Although I think is at 3.3v.
aditya3098 is offline   Reply With Quote
Old 11-22-2013, 05:22 PM   #10
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
That's not super sage advice for the average Joe and Joleen though...

Order the right cable. Best advice.
twobob is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kindle serial adapter level shifter circuit geekmaster Kindle Developer's Corner 7 10-20-2024 12:12 AM
Alternatives to Calibre Neefsck Calibre 23 02-26-2020 08:28 AM
Edge Alternatives sarah11918 enTourage eDGe 69 10-26-2011 02:56 PM
New Kindle (Classic) and Touch Power Adapter - iPhone Adapter substitute? menevets Amazon Kindle 2 10-01-2011 12:26 PM
Alternatives with 3G? owly Which one should I buy? 11 06-08-2011 10:10 PM


All times are GMT -4. The time now is 09:03 PM.


MobileRead.com is a privately owned, operated and funded community.