L
laure
Hi!
I have a question about moving between java and objective c, sort of.
I have this new serial device and the person who originally coded for
serial to pc communication did so in objective c. From his code, to
launch a counter, you have to type in 'a' and to disable the counter
you have to type in 'd'...or that's what I gathered from it. Now I am
trying to access this device from hyperterminal and from java, on my
pc, and I am able to sense some communication using SerialDemo and
BlackBox, from the Java Communications API's samples ... (basically
with no comm port, auto-transmitting in the Serial Port Black Box
Tester would give some crazy high numbers in the baud rate window, but
with a comm port set to 9600, well... the baud rate stayed there. I'm
new to serial coding so please bear with me if I wrongly assumed that
from this 'experiment' my pc could to some degree detect some serial
communication )
To the actual problem... when I type a 'd' or an 'a', I get nothing
from the serial device. I don't get anything from it after typing
anything at all, actually. Not in the hyperterminal, not using
SerialDemo or Black Box... Is it normal? Could I be doing something
wrong?
If you have any suggestions about what could be going on, please feel
free to send them!
Thanks,
JL
I have a question about moving between java and objective c, sort of.
I have this new serial device and the person who originally coded for
serial to pc communication did so in objective c. From his code, to
launch a counter, you have to type in 'a' and to disable the counter
you have to type in 'd'...or that's what I gathered from it. Now I am
trying to access this device from hyperterminal and from java, on my
pc, and I am able to sense some communication using SerialDemo and
BlackBox, from the Java Communications API's samples ... (basically
with no comm port, auto-transmitting in the Serial Port Black Box
Tester would give some crazy high numbers in the baud rate window, but
with a comm port set to 9600, well... the baud rate stayed there. I'm
new to serial coding so please bear with me if I wrongly assumed that
from this 'experiment' my pc could to some degree detect some serial
communication )
To the actual problem... when I type a 'd' or an 'a', I get nothing
from the serial device. I don't get anything from it after typing
anything at all, actually. Not in the hyperterminal, not using
SerialDemo or Black Box... Is it normal? Could I be doing something
wrong?
If you have any suggestions about what could be going on, please feel
free to send them!
Thanks,
JL