Help with SEROUT...
Tricky Nekro
Posts: 218
I need to send serial data to a device.
I don't know much so I'm asking for help...
The device has the following specs:
even parity
needs 8 bits and one stop bit
and it's working at·19200 baudrate...
This is an LCD backpack I'm working on and I would send the data ashycronously and serially...
Thanks for your time, Provas, GReece
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Rule your Destiny-
--Be Good. Be Bad. Be Provas--
I don't know much so I'm asking for help...
The device has the following specs:
even parity
needs 8 bits and one stop bit
and it's working at·19200 baudrate...
This is an LCD backpack I'm working on and I would send the data ashycronously and serially...
Thanks for your time, Provas, GReece
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Rule your Destiny-
--Be Good. Be Bad. Be Provas--
Comments
Lookup the SEROUT command in the on-line documentation.
I assume you'll need the 'non-inverted' mode.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
-Rule your Destiny-
--Be Good. Be Bad. Be Provas--
· In any event, you don't program the Stop bit; it's taken care of for you,·it is part of the plan.