Skip to content

Issues with Arduino driver #2

Description

@ZeeRooo

I have been trying to stablish a communication between my pc and BC417 through my Arduino (which has a CH340) and i put some prints in the Arduino sketch but nothing is received, seems like the driver is not sending information to the Arduino because https://github.com/Frans-Willem/CsrSpiDrivers/blob/master/spilpt.arduino/CsrSpiDriver/CsrSpiDriver.ino#L32 is always empty.
First, just to make sure the driver IS working, i built the LPT fixed version and worked as expected in an old LPT compatible motherboard that i have lying around, so i decided to replace all LPT to COM, but i didn't work (again, nothing were send to the Arduino).
Last, reading the CH340 datasheet i saw that 256000bauds is not supported, so i changed to other speeds (like 115200) in both Arduino sketch and https://github.com/Frans-Willem/CsrSpiDrivers/blob/master/spilpt.arduino/CsrSpiDriver/CsrSpiDriver.ino#L32

I understand that it's an old project and also something finished for you, but can you point me out what to look? Thanks.

PS: I'm using Uno R3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions