If you have some working VB6 code I should be able to knock something up in Java that does the same.altce wrote:Most USB single microproxxessor boards do have a USB port that (once plugged in) emulates a serial port (supported by windows, or a driver provided with the board) , so a setting is needed to adapt the portnumber (may be as high as 15) , a setting for the baud rate and a word/parity combination (8N1 is common)
The board i talked about just accepts single line ascii commands followed by CRLF.
The send data part is not that difficult most of the time, but reading data may be more tricky.
I have some experience with VB6 in this, but JAVA is unknown to me.
I will be happy to give feedback if you want to give it a try, and to compare the code to VB6 examples if that is relevant.
Thanks...
I have programmed in at least 15 different languages, I have lost count
Have done a fair amount in VB 4, 6 and .net (I am even old enough to have programmed in microsoft basic in dos).
If you want to PM or email me the code I will put something together to try, if we can get it working I will add it to guide me.


