How can i send 8-bit data or binary data with pyserial?
hi, I want to transfer 0 bit and 1 bit in order with pyserial.But pyserial only send string data. Can anyone help me? Sorry about my english.. _ Depolama alani sikintisindan kurtulun - hemen Hotmail'e üye olun! http://odeme.hotmail
How can i send 8-bit data or binary data with pyserial?
i have an electronic module which only understand binary data. i use python pyserial. for example the module starts when 00100 8-bit binary data sent.but pyserial sent only string data. Can i send this binary data with pyserial or another way with python. Thanks,