
edison2
Ecuador
Asked
— Edited
HI,
I want to know how to send a serial string like "a" with SDK?
Thanks!
Upgrade to ARC Pro
Get access to the latest features and updates with ARC Early Access edition. You'll have everything that's needed to unleash your robot's potential!
Based on your post activity, we found some content that may be interesting to you. Explore these other
tutorials and community conversations.
EZB ezb = new EZB();
ezb.Uart.SendSerial(Digital.DigitalPortEnum.D8, Uart.BAUD_RATE_ENUM.Baud_9600, "a");
(The solution for me was buy a bluetooth, use the bluetooth with my arduino... use my ezboard... and connect everything creating my own program...