I got a small problem. A customer of mine has had the following crash.
Stop 0xC2 or BAD_POOL_CALLER
0x00000040 Starting address Start of system address space This value is always zero...
I had the same kind of problems with windows.
the solution is simple, just install the virtual driver so that it becomes a com-port. and use it like a comport.
Ok, it runs but is still unable to find the property file.
Just to be sure I understand what you are saying.
I should also insert javax.comm.properties also in the manifest file?
I put my program in a Jar file.
with a bat file I can make it run with the jar file for the serial communication.
(java -cp comm.jar;MyProgram.jar MyProgram)
please be more specific on how you set it up.
what I understand is that you paint both the items in the frame?
but not in the paint event of the object?
I have a program that communicates with a device.
I want the user interface to change if the communication changes.
for example progressbar update or I/O time out.
No, I need the bytes because somebody figured out a really unnatural protocol.
(putting the message size half way, stripping the ascii value 10 down, crc check, having double zero as problem)
For my program I created an interface called IMessage.
this interface has the following items :
1. buildmessage
2. getMessage(index) as byte[]
3. get messagecount....
I think you are right.
But I still have a problem with detecting the com ports.
I used the black box example and on 2 computers
( xp pro and win2k) the example reported that it was unable to find...