views:

78

answers:

1

to read from serial port do i need to install some package the get support in netbeans? which packages do i need to import at the start of program?

the statement:

import javax.comm.*; results in error saying package does not exist...what to do

+3  A: 

You can use javax.comm package.

You can download it in here.

You can check an example in here

Suraj Chandran
are there some simple examples available...to start with!
chatty
what to download from http://www.sun.com/download/products.xml?id=43208d3di have netbeans 5.5.1 running with me
chatty
from there u need to download the javax.comm package. and it doesent matter which IDE(netbeans, eclipse or nothing) u are using, the package will behave the same :)
Suraj Chandran