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.
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.