Re: Netbeans serial communication with arduino
Mark Wade <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
I'm not sure I understand the problem you are having but I'm currently working with serial communication in a NetBeans RCP, though I'm not using Arduino and I went with JSSC rather than RXTX, but if it's just that you can't hook your app up to the RXTX driver, you need to wrap RXTXcomm.jar in a library wrapper module, make that module's API public and then add a dependency to it to whatever module you wish to access the library. Library Wrapper Modules are covered in a few tutorials, the easiest one for me to reference right now is the CRUD tutorial here: https://platform.netbeans.org/tutorials/nbm-crud.html#wrapping-entity and here: https://platform.netbeans.org/tutorials/nbm-crud.html#creating-other HopeThatHelps, -- Mark On 11/12/2016 02:40 AM, tenzin lobsang wrote: > hello everybody this is my first time in netbeans forum > > i have some serious doubt about arduino serial communication with netbeans > plateform, here i m using the RXTX comm driver to communicate with arduino > > so my problem is i can't communicate with arduino, i try many things but its not working so anybody knows how to give file path in netbeans to RXTX comm driver??? > > please do suggest anything like book, webside, video, > i try googling many things even in arduino forum too, they couldn't help me out, so i m here for begging ur all help > > thanking you all... > > > > >