This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Serial Port Communications Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Serial Port Communications" Watch "Serial Port Communications" New topic
Author

Serial Port Communications

Bill Ceglia
Ranch Hand

Joined: Dec 13, 2001
Posts: 30
I am trying to recv data through a COM port on my PC. I have verified that the port works by using hyperterminal however, when I run my MIDlet in the CodeWarrior debugger I run the line to open the COM port and it just kills the debug session and gives no errors or indication of what might be wrong? Below is the code trying to perform the open:
sc = (StreamConnection)Connector.open ("comm:1;baudrate=4800;databits=8;parity=none;stopbits=1;flowcontrol=Hardware",Connector.READ_WRITE);

[This message has been edited by Bill Ceglia (edited December 19, 2001).]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Serial Port Communications
 
Similar Threads
midp2 output port to send sms
Infrared printing from Siemens C65
serial communication api
RMI Linux
running java program out of workspace