~ubuntu-branches/ubuntu/edgy/rxtx/edgy-201105201527

« back to all changes in this revision

Viewing changes to WinCE/README

  • Committer: Bazaar Package Importer
  • Author(s): Mario Joussen
  • Date: 2006-03-01 18:56:52 UTC
  • mfrom: (1.2.1 upstream) (4 hoary)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20060301185652-zay4t2ho3sp9fygt
Fixed stupid bug in clean target.
(closes: Bug#354859)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Hi.
2
 
Enclosed you'll find a first, alpha-version of rxtx for Windows CE.
 
2
Enclosed you'll find a version of rxtx for Windows CE.
3
3
It was compiled using Microsoft's eMbedded Visual C++ 3.0 (which is free).
4
 
There're source and also binaries for ARM (i.e. Compaq iPAQ).
5
 
 
6
 
I didn't enclose .java files since only modifications in them are:
7
 
1) adding colon for COM port candidates (COM1: COM2: and so on.) - it
8
 
doesn't harm "big" Windows
9
 
2) changing library name from "Serial" to "rxtxSerial" since there's
10
 
Serial.dll in CE already.
11
 
 
12
 
Rest of code is completely rewritten, since CE doesn't have overlapped IO
 
4
It was tested on Compaq iPAQ 3650 (ARM).
 
5
 
 
6
Native code is completely rewritten, since CE doesn't have overlapped IO
13
7
(and MANY other things), but does non-overlapped better than regular Win32
14
8
- simultanous multiple operations on the same handle are OK.
15
9
I tried compiling this project under NT (with Visual C++ 6.0) and it
26
20
function. Look at it - it can be quite usable for other projects. Basically
27
21
it works like printf() but uses System.out.print() for output.
28
22
 
29
 
Will you put this source into CVS or something? I don't know how do you
30
 
manage rxtx.
 
23
You can find more info on Java serial support on 
 
24
http://www.mhobot.w.pl/java/comm
31
25
 
32
 
Cheers,
33
26
Michal Hobot
34
27
MichalHobot@netscape.net
35
28
 
36
29
Krakow,
37
30
Poland
38