Hi,
I need to create an app that reads a 55byte packet that is transmitted every 5 seconds (So, I guess just make a constant polling loop and when data is received... then goody)
I have good (well, reasonable) working knowledge of VB(6) but I have never done comms before. Where do I start, and how can I accomplish this?
The things I really have no clue about are setting up a port (easy as OPEN COM1 or &H2F8 etc FOR ... like in the old QBASIC days?) and receiving the stream. This will be a serial port device.
Thanks
I need to create an app that reads a 55byte packet that is transmitted every 5 seconds (So, I guess just make a constant polling loop and when data is received... then goody)
I have good (well, reasonable) working knowledge of VB(6) but I have never done comms before. Where do I start, and how can I accomplish this?
The things I really have no clue about are setting up a port (easy as OPEN COM1 or &H2F8 etc FOR ... like in the old QBASIC days?) and receiving the stream. This will be a serial port device.
Thanks