11 messages in net.java.dev.phoneme.advancedRe: problem during serial port commun...
FromSent OnAttachments
phon...@mobileandembedded.orgMar 24, 2008 11:02 am 
Gary AdamsMar 24, 2008 11:45 am 
Hinkmond WongMar 24, 2008 5:37 pm 
phon...@mobileandembedded.orgMar 25, 2008 6:46 am 
Hinkmond WongMar 26, 2008 8:39 pm 
phon...@mobileandembedded.orgMar 28, 2008 10:08 am 
Hinkmond WongMar 28, 2008 12:50 pm 
Gary AdamsMar 28, 2008 1:05 pm 
Hinkmond WongMar 28, 2008 1:33 pm 
phon...@mobileandembedded.orgMar 29, 2008 3:51 am 
Hinkmond WongMar 31, 2008 10:46 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: problem during serial port communicationActions...
From:Hinkmond Wong (hink@dev.java.net)
Date:Mar 28, 2008 1:33:04 pm
List:net.java.dev.phoneme.advanced

Gary Adams wrote:

This might help ...

cdc/build/linux/defs.mk:

# Only add GCF CommProtocol if requested ifeq ($(CVM_INCLUDE_COMMCONNECTION),true) ifneq ($(CDC_10),true) CLASSLIB_CLASSES += com.sun.cdc.io.j2me.comm.Protocol CVM_TARGETOBJS_SPACE += commProtocol_md.o CVM_SRCDIRS += $(CVM_TARGETROOT)/native/com/sun/cdc/io/j2me/comm endif endif

cdc/build/share/defs.mk:291: CVM_INCLUDE_COMMCONNECTION ?= false

cdc/build/share/top.mk:

# CVM_INCLUDE_COMMCONNECTION default: false # Include GCF CommProtocol support. This feature is not supported # on all platforms.

That's it! Thanks Gary!

Khan, please rebuild a new binary with CVM_INCLUDE_COMMCONNECTION=true.

Ex.

make CVM_INCLUDE_COMMCONNECTION=true J2ME_CLASSLIB=foundation

Hinkmond