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
By using your library I faced up with slow transferring issue. My setup is using serial port for grabbing incoming data and translate them via usb to iOS. My serial is usually has 115200 baud rate (it's about ~ 230kbits/s) and I see the big differences with displaying big data in uitextview which were received from serial port and from usb (using peertalk). The data from serial port is displaying almost immediately.
The text was updated successfully, but these errors were encountered:
By using your library I faced up with slow transferring issue. My setup is using serial port for grabbing incoming data and translate them via usb to iOS. My serial is usually has 115200 baud rate (it's about ~ 230kbits/s) and I see the big differences with displaying big data in uitextview which were received from serial port and from usb (using peertalk). The data from serial port is displaying almost immediately.
The text was updated successfully, but these errors were encountered: