home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / E-zine / Magazines / hir / hir8 / hir8-3.txt < prev    next >
Encoding:
Text File  |  2002-05-27  |  3.8 KB  |  82 lines

  1. -=-=-
  2. Asmodians Work Bench, 
  3. HIR 8
  4. By, Asmodian X
  5. -=-=-
  6.  
  7. New Windows CE PDA wanna-be's released
  8.  
  9.     As you may be well aware of, 3-com's palm piolets have been
  10. growing in a niche market of quasi HPC's.  In a brash effort to quell
  11. 3com's success, microsloth developed an version of Windows CE 
  12.  that adapts the windows CE environment to a PalmPiolet type of PDA. 
  13. Complete with virtual keyboard and all that jazz.  The two models I have
  14. seen are the Cassiopeia, and the Phillips Nino.  The Nino has some neat
  15. features like some rechargeable battery's and stuff, but the Cassiopeia has
  16. a larger screen. 
  17.     An advantage of course that the windows PDA implementation is that
  18. There are a wider assortment of applications available for windows CE. 
  19. Most of the newer CE PDA's also have sound recording capability's. The
  20. disadvantages so far is the processors.  Phillips and a few other
  21. company's are big with the MIPS chipset, where every one else is using a
  22. HITACHI SH3 Processor.  So when developing software, a person would have
  23. to make it for both platforms. 
  24.     Another issue is that I don't care for Microsloths statement about
  25. "expanding windows ce's communications capability's"  Where in actuality
  26. the PDA versions lack any PCMCIA slots, or built in modems.  About all the
  27. PDA version of windows CE good for is just keeping track of phone numbers
  28. and stuff. If thats All i wanted Id just buy a 10$ PDA and it would be
  29. over with!  Not to mention there's no browsing capability's or storage
  30. utility's at all.  All you can add to most of these half ass palm-tops is
  31. flash ram.
  32.  
  33. -=-=-=-=-=-=--=-
  34. Windows CE 1.x Compaq PC companion/Cassiopeia Connectivity Note:
  35. -=-=-=-=-=-=-=-
  36.  
  37. I have found that my Wince 1.0 device has some problems disconnecting from
  38. Linux after 3 minutes.  The problem seems to come from the curious fact
  39. Linux by default sends LCP ping packets, for some reason, windows CE
  40. doesn't reply to linux's satisfaction.  This string has worked for me so
  41. far.  Although on some of the older UART chips it has given me some flaky
  42. responses.  It helps to have a 16550 Uart.  
  43.  
  44. pppd /dev/ttyS0 38400 crtscts noauth passive local lcp-echo-interval 0
  45.  
  46. The first part is the usual port set up. "/dev/ttyS0 38400" being the port
  47. and the speed.  "crtscts" being the error control, and "noauth" tells
  48. Linux to not check for a password.  "passive" tells Linux to just sit
  49. there and wait for a connection.  "local" tells Linux to treat the
  50. connection like it was on a plain local serial cable.  the
  51. "lcp-echo-interval 0" tells Linux to never send ping packets to see if the
  52. connection is still there.  I've tried this with Debian Linux 2.0 with
  53. favorable results.
  54.  
  55. As far as I know this is primarily a problem with some of the older
  56. windows CE devices.  This may apply to other brands other than Casio and
  57. Compaq.
  58.  
  59. -=-=-=-=-=-=-
  60. Hitachi SH3 fun
  61. -=-=-=-=-=-=-
  62. The Hitachi corporation, who manufactures the SH series of RISC processors
  63. kindly displays all the specs <and I do mean all of the specs> at their
  64. web site at http://www.hitachi.com .  My self and Axon printed them in
  65. entirety.  Axon has had more experience with Assembly programming that I
  66. have, and accordingly he said the processor worked amazingly like its
  67. Intel cousins.  We both surmised that that fact alone is why there could
  68. be an 8086 emulator written for it so fast.  
  69.  
  70. Curiously, the newest version of the GNU compiler supports the SH3
  71. processor, but only in ELF binary format.  Roughly, that means that a
  72. person could port Linux to the hpc.. although the question of booting into
  73. Linux from windows CE still looms.  There are several compact Linux
  74. distributions that will be designed to fit on palm-top computers and
  75. utilize its true power.  Originally It seemed that the ELKS project would
  76. work out, however they sound like they are only working with the Intel
  77. processors.  Right now there is no SH3 Porting project, but keep your
  78. eyes peeled.
  79.  -=-=-=-=-
  80.  
  81. <eof>
  82.