当我启动电子应用程序时,网络应用程序将以正确的方式打开,但是应该工作的串行通信(使用 PSoC),因为在我的窗口的 pc 上工作,在树莓上不是。终端给了我这个错误:
[2686:1008/103402.722499:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=11
number_recived
[2686:1008/103409.280279:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=11
[2686:1008/103412.370012:ERROR:gpu_process_host.cc(957)] GPU process exited unexpectedly: exit_code=11
[2817:1008/103412.501699:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is swiftshader, ANGLE is
[2744:1008/103412.641274:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[2745:1008/103412.645239:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
那么我该如何解决这个错误呢?以及如何使串行通信在覆盆子中也能正常工作?