Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Transferring Compressed Array from RS232 port to USB Flash drive

  1. #1
    Junior Member
    Join Date
    Jul 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb Transferring Compressed Array from RS232 port to USB Flash drive

    Hi all,

    I need to write a java program that will transfer a Compressed Array from an RS232 port, to a usb flash drive. The main problem I have with this program is I have no idea how to start it.

    I am not looking for someone to just give me the answers, but if someone could please point me in the right direction in terms of how to start the project, that will be greatly appreciated!




    Regards,



    RacingSalmander


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Transferring Compressed Array from RS232 port to USB Flash drive

    Quote Originally Posted by RacingSalmander View Post
    ...I have no idea how to start it... ...if someone could please point me in the right direction in terms of how to start...
    Step 1: Have a well defined problem to solve:
    Quote Originally Posted by RacingSalmander View Post
    ... a java program that will transfer a Compressed Array from an RS232 port, to a usb flash drive....
    Step 2: Have a well defined plan of attack with which to solve said problem. (this is the step you are on) ... What is your plan so far?

Similar Threads

  1. Java Serial RS232
    By Coveiro in forum Java Native Interface
    Replies: 0
    Last Post: October 7th, 2011, 11:28 PM
  2. Ways of Transferring Data
    By Zymus in forum Java Networking
    Replies: 1
    Last Post: May 6th, 2011, 09:40 AM
  3. Relay data from remote port to local port
    By chegers in forum Java Networking
    Replies: 0
    Last Post: November 7th, 2010, 12:46 PM
  4. Transferring elements between arraylists
    By KipTheFury in forum Collections and Generics
    Replies: 6
    Last Post: August 23rd, 2010, 02:13 PM
  5. [SOLVED] Compressed data from XML file
    By eclipse in forum File I/O & Other I/O Streams
    Replies: 6
    Last Post: July 15th, 2010, 02:39 PM

Tags for this Thread