E elmediel New Member Jan 10, 2008 #1 please help. i need to know how to convert the tx/rx of serial port to binary like to 8 pins of 5v logic...
please help. i need to know how to convert the tx/rx of serial port to binary like to 8 pins of 5v logic...
Nigel Goodwin Super Moderator Most Helpful Member Jan 10, 2008 #2 It's already binary - do you mean you want to convert it to 8 bit parallel?. Easiest way is to use a PIC, but you could use an old hardware UART? - but that's a big chip and requires a lot more support components.
It's already binary - do you mean you want to convert it to 8 bit parallel?. Easiest way is to use a PIC, but you could use an old hardware UART? - but that's a big chip and requires a lot more support components.
S Speakerguy Active Member Jan 10, 2008 #3 He might also need ascii->binary conversion too. I agree, a PIC would be best.
Papabravo Well-Known Member Most Helpful Member Jan 10, 2008 #4 A shift register and a state machine should do the job. You could use an FPGA or a couple of PALS.
E elmediel New Member Jan 11, 2008 #5 wat i mean is at this illustration.... thnx for the reply... i want to have simple schematic diagram of the device... that converts 1 pin tx to 8 pin logic Attachments device.JPG 5.3 KB · Views: 465
wat i mean is at this illustration.... thnx for the reply... i want to have simple schematic diagram of the device... that converts 1 pin tx to 8 pin logic
K kchriste New Member Forum Supporter Jan 11, 2008 #6 Maybe use an old chip like this one: **broken link removed** But as stated above, something like a PIC (16F628, etc) would be easier to use and more modern.
Maybe use an old chip like this one: **broken link removed** But as stated above, something like a PIC (16F628, etc) would be easier to use and more modern.