Hi,
I have a 2.4Ghz radio card that supports up to 1Mbps transfer rate with uart interface. Therefore I am trying to hack the TS7260 uart to have the baudrate of 1000000. The only reason they quote maximum baudrate is only 230K is because the limitation of the RS232 chip on board.
Therefore I will like to bypass the RS232 level, but I don't know if you can actually do that.
1.) Can I set the uart to a different set of pins therefore it doesn't go though the RS232 chip and it won't have baud rate limitation issue?
2.) Get a USB to serial converter, but I don't really like that idea, I want to use just the board itself.
3.) What else can I do to upscale the baudrate to 1000000 without having to distort the signal.
Remember I want UART not RS232
Thanks