Changes between Version 2 and Version 3 of Java
- Timestamp:
- Jun 18, 2009, 4:46:37 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Java
v2 v3 1 Requrements = 1 = Java = 2 3 == Requrements == 2 4 3 5 To be able to use your TellStick from Java your OS must look at it as a serial unit. In Linux this is relatively simple as the unit is installed as a usual unit under /dev and you can then use e.g. javacomm to work with the unit. In Windows it is harder as the unit does not show up as a usual serial connection. You can use JNI to call one of the DLL's that exist to communicate with TellStick. If there will be VCP-drivers for Windows (Virtual Communication Port, make a USB-unit look like a regular serial port) the same example as for Linux can be used.