2024-09-25 01:54 AM - last edited on 2024-09-25 03:37 AM by Andrew Neil
Hi
Solved! Go to Solution.
2024-09-25 08:33 PM
2024-09-26 02:53 AM - edited 2024-09-26 03:02 AM
@harry123 wrote:
- Will the same STM UART transmit receive code that is used for VCP i.e teraterm/putty works for AT91SAM
The whole point of the standard USB device profiles is that the device is completely oblivious to the nature of the host - it neither knows nor cares whether the host is a PC or a Mac or some sort of Linux or whatever.
Similarly the Host is completely oblivious to the nature of the device - it just sees a standard Virtual Serial Port.
So the question is: does your SAM board support a VCP?
You can easily find out by just plugging it in - does a VCP device appear?)
It will probably appear as a /dev/ttyACMx (maybe a /dev/ttyUSBx) ::(:(:(