soft_uart
soft_uart copied to clipboard
Software-based serial port module for Raspberry Pi.
[2021/07/05, 13:43:52.334] BUG: scheduling while atomic: ksoftirqd/0/3/0x00010102 [2021/07/05, 13:43:52.339] Modules linked in: drv_ms_cus_sc401ai_MIPI(PO) hiNand(O) dev_clouddeck(O) soft_uart(O) Vz_gpio(O) mi_ai(PO) mi_divp(PO) mi_venc(PO) mi_vif(PO) mi_shadow(PO) mi_vpe(PO) mi_rgn(PO) mi_ao(PO) mi_sensor(PO) mi_sys(PO) mi_common(PO) mhal(PO) nls_utf8...
The lates commit added a compilation error probably depending on the version of the used linux libraries. This commit fixes the issue.
Hi I need more than one soft uart on my Raspberry pi. How can i do that? Tried to rename file and tty before compilation with no luck.
Hi, #### I found a repeatable problem, when sending continuous data with data size greater than the TX-buffer size (QUEUE_MAX_SIZE = 256 in queue.h). #### summary When continuous data larger...
There is a error while using "insmod soft_uart.ko" command on Raspberry PI 3 ERROR insmod: ERROR: could not insert module soft_uart.ko: Invalid module format OS Detials PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"...
Hi, While running below command `sudo insmod soft_uart.ko` I am getting error like: `insmod: ERROR: could not insert module soft_uart.ko: Cannot allocate memory` **This is in Debian buster latest raspbian.**
Dear all, I encountered an issue while simply using the make function. but as I searched quite a lot of internet pages I didn't clearly found the solution. here is...
I've got an application where I have no choice but to use 9600 baud, I'm initializing a radio tranceiver module (DRA818) I have to send a short series of commands...
Please correct the Readme, (or correct me if I am wrong). This serial UART will NOT behave and be detected as a **real available** serial port. It is listed with...