In eager anticipation of Rebol 3 I decided to familiiarise myself better with Rebol.
(I have been playing with Rebol on and off for a while).
While exploring PDA capabilities I installed Rebol Core 2.5.0.15.5 (ARM) on a WinCE 4.2 equipped GPS device.
On attempting to open a serial port to read (integrated SIRF III) GPS data I consistently get the 'Cannot open com1' exception. After reading all available posts and trying different open command variations I make no progress.
Has anyone had success with this particular Rebol implementation in regards to opening a serial port?
btw. system/ports/serial reports: == [com1 com2]
I ask this question because I was successful in running a Java/EWE application which also reads GPS data via the serial port. As I am not too familiar with Java either here is the program (including source - very helpful to understand GPS issues) that I am using:
http://courselog.free.fr/ - in case someone wants to investigate how the java program can open the port and read the data.
The application reads from com1 and seems to be able to read the data no matter what speed I set (2400 .. 57600) in the option dialog.
This somehow indicates to me that the solution is within the reaches of Rebol rather than being a hardware or wrong port issue.
Would be great if someone could shed some light on this issue.