Search:

Type: Posts; User: KrisTheSavage

Search: Search took 0.13 seconds.

  1. Re: reading stream of bytes from serial port

    Hi
    Thank for the reply.

    I am using java.comms package to communicate with microcontroller.
    Yes my problem is with protocol.
    I can read a single byte and send a byte but i have problems with...
  2. reading stream of bytes from serial port

    Hello.
    I'm currently working on a project where I have to connect a camera to microcontroller and send a picture to PC.
    The interfacing part is done but now I'm struggling with capturing the data...
  3. Replies
    2
    Views
    1,907

    Re: Updating GUI dynamically

    Thanks for reply.

    Yest its a client but i want it to be in constant communication wit a server so that is why i want it to be able to recieve data from server.



    Oh is it?? Well yes that...
  4. Replies
    2
    Views
    1,907

    Updating GUI dynamically

    Hello,

    I have some problems with making my two classes communicating with each other.
    I have one class client.java that contains methodes for initializing internet connection, sending packages...
  5. Replies
    2
    Views
    3,259

    [SOLVED] Re: client-server-router problem[SOLVED]

    OK i sorted it out.
    I had to set my router to forward the port my program was using.
  6. Replies
    2
    Views
    3,259

    [SOLVED] client-server-router problem

    Hello.

    I start from describing my home network setup. I have a PC and two laptops at home all connected to internet by wireless router. Recently i started playing a bit wit java networking. I...
  7. Replies
    2
    Views
    3,152

    Displaying things in gui

    Hello.

    I was wandering how to display a content of an ArrayList in a GUI??

    I tried to do this in this way:

    for(int i = 0;i<student.size(); i++){

    JOptionPane.showMessageDialog(null,...
  8. Replies
    1
    Views
    3,250

    [SOLVED] Re: Passing arrayList inside class[SOLVED]

    Ok. I solved it.

    My problem was that i was instantiating SystemM class twice in within the scope of the program.
  9. Replies
    0
    Views
    1,044

    Greetings.

    Hello everybody.

    I'm i college student. This is where i'm learning Java. I'm also trying some C programming for microcontrollers.
    I joined this forum to learn JAVA programing as well as...
  10. Replies
    1
    Views
    3,250

    [SOLVED] Passing arrayList inside class

    Hello.

    I'm having a problem with a program i'm writing at the moment.
    The program should store information about students(name, surname, module, grades etc.)
    So i created a class of type ...
Results 1 to 10 of 10