Shop OBEX P1 Docs P2 Docs Learn Events
Programming baudrate — Parallax Forums

Programming baudrate

Robot FreakRobot Freak Posts: 168
edited 2007-05-28 16:52 in General Discussion
Is it possible to program the Javelin stamp with a serial bluetooth adapter with one of the folowing baudrates?

4800bps
9600bps
19200bps
38400 bps
57600 bps
115200 bps
230.4 kbps
460.8 kbps

2 TxD Output Transmitted data
3 RxD Input Received data
5 GND N/A Signal ground
7 CTS Input Clear to send (Remarks)
8 RTS Output Request to send (Remarks)
9 Vcc Input Power supply

Thanks!

Comments

  • Peter VerkaikPeter Verkaik Posts: 3,956
    edited 2007-05-28 16:52
    The programming baudrate is 28800, 8 databits, no parity, 1 stopbit.
    To communicate with the javelin you use an Uart object and you can select
    from multiple baudrates. But this is not·to program the javelin.

    regards peter
Sign In or Register to comment.