Shop OBEX P1 Docs P2 Docs Learn Events
propin with java? — Parallax Forums

propin with java?

TrezitorulTrezitorul Posts: 68
edited 2009-08-17 04:03 in Propeller 1
I know how to program in java and would like to be able to connect my propeller to my computer via usb and communicate with java. Any help with this would be much appreciated.

Comments

  • StefanL38StefanL38 Posts: 2,292
    edited 2009-08-16 03:40
    I think easiest way is to use a serial connection
    i did a google with keywords "java comport" and found thins Java Communications

    on the propeller-side I would use FullDuplexSerialPlus

    best regards

    Stefan
  • SRLMSRLM Posts: 5,045
    edited 2009-08-16 04:34
    This book has a complete class and full documentation on how to open a COM port in java. It even uses a basic stamp for the external hardware, so it should be very easy to convert it to a Propeller.
  • TrezitorulTrezitorul Posts: 68
    edited 2009-08-17 04:03
    Wow the book looks absolutely amazing...thanks for the recomendation. It is exactly what I have been needing.
Sign In or Register to comment.