Java Serial Communications?
I want to be able to send chars to my Arduino via USB Is there anyway I can do that. Every package I try to import always says error, cannot be resolved.
7
answers
|
Answer it!
|
Do you know ASCII character codes ?
To send a char to your Arduino via USB you need to export.
Dave.
export of a character code.
A
frame specific, that parses a two hex group representing the ascii character
that bypasses the bios buffers and deliverers the binary sequence
lowers and raises the actual line when scheduled to the real physical port.
A
Dave
When you ask the question again, I will be careful not to jump in :-)
A
![]() |






























