You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added #define I_HAVE_A_CP210x in src/host/osmocon/osmocon.c and it successfully run on sylvain/burst_ind branch of osmocom-bb.
But on your fork I get:
ot 1 bytes from modem, data looks like: 1b .
got 1 bytes from modem, data looks like: f6 .
got 1 bytes from modem, data looks like: 02 .
got 1 bytes from modem, data looks like: 00 .
got 1 bytes from modem, data looks like: 41 A
got 1 bytes from modem, data looks like: 03 .
got 1 bytes from modem, data looks like: 42 B
Received DOWNLOAD ACK from phone, your code is running now!
!!!
!!! ERROR !!!
!!!
!!! Unable to set custom baudrate, please use appropriate cable
!!! ( see wiki http://bb.osmocom.org/trac/wiki/Sniffing )
!!!
The text was updated successfully, but these errors were encountered:
Good afternoon. Thank you for your reply. But I can't figure out how to get around this error. If it's not too much trouble, can you please tell me in detail what I should do?
I have compal_e88 board and CP2102 serial converter flashed following this manual http://bb.osmocom.org/trac/wiki/Hardware/CP210xTutorial#Programmingnon-standardmappings
I've added
#define I_HAVE_A_CP210x
insrc/host/osmocon/osmocon.c
and it successfully run onsylvain/burst_ind
branch of osmocom-bb.But on your fork I get:
The text was updated successfully, but these errors were encountered: