| View previous topic :: View next topic |
| Author |
Message |
gautam_jain Newbie
Joined: 07 Jun 2005 Posts: 1
|
Posted: Jun 7th, 2005 11:43 AM Post subject: Need quick help - how to send 1 byte through COM |
|
|
Hi,
I am a 10th grader working on my Computer Project Coursework for my IGCSE. My computer project is requires me to connect an RFID kit to my computer and program the transponders via VB. After a lot of struggling, I figured out how to open and close the COM port.
Now I just need help in sending a byte to the device. I need to send the initializing byte - 00h. I am not sure if I should send it in hex or binary.
Please HELP! |
|
| Back to top |
|
RoofRabbit Regular

Joined: 06 Jul 2005 Posts: 95 Location: Lenoir, NC USA
|
Posted: Jul 19th, 2005 08:15 AM Post subject: |
|
|
If you just send a single byte you are just sending a single byte. Wether it's displayed as binary or hex is just a visual display option, the value of the byte you send is the same either way. _________________ Website - [link] |
|
| Back to top |
|
|