beginner question: usb serial communication
allena
Posts: 2
I'm just starting to learn the propeller chip.· I have written a c++ program on windows to open a com port and write a byte to it.· Now I just need to write something on the propeller that will take that byte and do something with it.· I prefer to write in asm as I programmed in asm for many years early in my career on much older chips (6502 and up·line mostly).
I have searched the forums but maybe this is just too easy that many people don't talk about it.· On the propeller, how do I listen for incoming serial communications and send serial communications back over that line?
other notes
I·have the prop attached to my computer via the usb (com5) and I'm able to use the propeller tool successfully with the chip.
I have searched the forums but maybe this is just too easy that many people don't talk about it.· On the propeller, how do I listen for incoming serial communications and send serial communications back over that line?
other notes
I·have the prop attached to my computer via the usb (com5) and I'm able to use the propeller tool successfully with the chip.
Comments