BS2px at 115200 baud
Technic-R-C
Posts: 117
Hi
I am trying to make the Vex Pic micocontroller to communicate with the BS2px using the Vex TX and RX ports, but I have run into a problem.
The Vex Tx and Rx ports (USART) are configured for 115200 Baud, 8-Data Bits and 1-Stop Bit, whereas the Parallax·BS2px can only handle a maximum of 19200 Baud.
Is there any way to increase the baud rate on the BS2px to come close to the Vex PIC speed?· This might be a stupid question, but I really don't know.
Technic-R-C
I am trying to make the Vex Pic micocontroller to communicate with the BS2px using the Vex TX and RX ports, but I have run into a problem.
The Vex Tx and Rx ports (USART) are configured for 115200 Baud, 8-Data Bits and 1-Stop Bit, whereas the Parallax·BS2px can only handle a maximum of 19200 Baud.
Is there any way to increase the baud rate on the BS2px to come close to the Vex PIC speed?· This might be a stupid question, but I really don't know.
Technic-R-C
Comments
You really have to move to a faster microcontroller like the SX or the Propeller for speeds like 115KBaud. You could use an external UART, but the small buffers would still leave you with problems handling the data rate.
Technic-R-C