BS1 communication again
Richard Balogh
Posts: 8
Please,
is there any possibility to have a bidirectional communication using the built-in USB interface in BS1USB module?
Yes, I can send data from BS1 to the PC using DEBUG command, but I need also enter a command FROM PC to the BS1.
Because there is no DEBUGIN command in BS1 and there is no possibility to use SERIN command on the programming pin,
I can't see any possibility.
I have an idea to connect one of the P0-P7 pins in parallell with the PCO (or PCI?) pin, but it's difficult without
the schematics of the BS1USB...
Richard Balogh
is there any possibility to have a bidirectional communication using the built-in USB interface in BS1USB module?
Yes, I can send data from BS1 to the PC using DEBUG command, but I need also enter a command FROM PC to the BS1.
Because there is no DEBUGIN command in BS1 and there is no possibility to use SERIN command on the programming pin,
I can't see any possibility.
I have an idea to connect one of the P0-P7 pins in parallell with the PCO (or PCI?) pin, but it's difficult without
the schematics of the BS1USB...
Richard Balogh
Comments
I've never used the BS1USB module, but what's wrong with using SERIN/SEROUT in an ordinary manner, say on Pin Port 7? Your baud rate is a bit restricted, but I don't see that as a problem with small amounts of data.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
make things complicated and to add an additional serial port?
Using BS2 You can use the same port for downloading of data and then for Your application. I'm trying to do the same with BS1USB module...