BS2/Java
DosEdge
Posts: 33
Can anyone tell me if it is possible to transfer data from the BS2 into a Java program? If so, where do I need to begin!
Comments
If you absolutely need (or want) to use Java, check out the Netbeans IDE. As for serial ports, any version of Java that you can use with Netbeans should support the required classes for serial port access. You'll need to do some digging, however, to figure out what & how to use those classes.
If you don't absolutely need to use Java, my suggestion is to use one of the Microsoft Visual Studio Express languages, such as Visual Basic. You can download it for free, and it is much easier to build an application than with similar Java tools. There are some code samples floating around on these forums, too.
Here are some links to check out:
www.netbeans.org
msdn.microsoft.com/vstudio/express