i want to send data on serial port. for this purpose i am using libserial's serial_init(bs_seq) and serial_send(serial*, char*, int). i am not sure what value of bs_seq required before calling serial_init method. secondly how can i see the data that is receiving on serial port.