max basic stamp 2 baud rate?
Engineer09
Posts: 16
Hello,
I need to interface a consumer electronic medical device with a microcontroller. Basically, I'm trying to tap into the LCD display signal, which should be relatively straightforward, as I need to only breakout the RX and GND pins. The specs on the device to interface with are:
"57600baud, 8bit, no parity, 1 stop bit serial commands." The data being sent to the display would basically be a character, refreshed every 5 minutes - so quite a meager amount of data.
My question: can the basic stamp handle such a transfer rate? I've come across some postings claiming max reliable operation at 9600 baud while others claim it to be higher, especially for certain module types like the bs2p.
I've had to synchronize baud rates before using the SERIN command when I was receiving data from a radio transceiver but can't recall the highest baud rate I used...
Thanks!
I need to interface a consumer electronic medical device with a microcontroller. Basically, I'm trying to tap into the LCD display signal, which should be relatively straightforward, as I need to only breakout the RX and GND pins. The specs on the device to interface with are:
"57600baud, 8bit, no parity, 1 stop bit serial commands." The data being sent to the display would basically be a character, refreshed every 5 minutes - so quite a meager amount of data.
My question: can the basic stamp handle such a transfer rate? I've come across some postings claiming max reliable operation at 9600 baud while others claim it to be higher, especially for certain module types like the bs2p.
I've had to synchronize baud rates before using the SERIN command when I was receiving data from a radio transceiver but can't recall the highest baud rate I used...
Thanks!
Comments