09-08-2009, 01:33 AM
|
#1 (permalink)
|
| New Member
Join Date: Aug 2009 Model: 8300 PIN: N/A Carrier: None
Posts: 12
Post Thanks: 0 Thanked 0 Times in 0 Posts
| USB Connection Please Login to Remove! I'm unable to read/write data on a desktop client.
I'm using the following code. Please guide if I'm wrong somewhere.
StreamConnection _conn = (StreamConnection)Connector.open("comm:USB;channel =" + CHANNEL);
DataOutputStream outputStream = _conn.openDataOutputStream();
outputStream.writeUTF(writeMessage);
outputStream.flush(); |
| Offline
| |