Send Data to PC via Serial Port
i already make the RFID circuit same like example circuit inside the Sx-key software. I want to try send data (serial numbur from tag) to PC via serial port and read the data using vb6. Can give me the sample code in SXB, how to send data to pc via serial port. I'm using SX28 Chip.
Comments
Depending on your circuit (MAX232 or whatever), you may need to change the LCDBaud parameter.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A problem well defined is a problem half solved"
"Just because you're approved, doesn't mean you can afford it."
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Cheap used 4-digit LED display with driver IC·www.hc4led.com
Low power SD Data Logger www.sddatalogger.com
SX-Video Display Modules www.sxvm.com
Coming soon! Propeller based OSD module www.hittconsulting.com
·
If you're going direct (possible, but not always reliable) you need to use iNverted mode:
Once Baud is defined it's just a matter of using SERIN and SEROUT. Note: If you want to use a direct connection for SERIN from a PC, you need to put a 22K resistor between the PC's TX pin (pin 3 on a DB-9) and your SX I/O pin. This resistor isn't required with the MAX232 circuit.