Search found 2 matches
- Tue Aug 26, 2014 6:30 am
- Forum: Airconsole
- Topic: programming help on Visual Studio .Net (Baud Rate change)
- Replies: 2
- Views: 22054
Re: programming help on Visual Studio .Net (Baud Rate change
Hi Daniel, Yes, Its working now. I use same WinSock.SendData() method to send byte sequence and it changes the baud rate to 115200. Here are the codes that i used to apply baud rate change on Airconsole, . . . . Dim baudchng() As Byte = {&HFF, &HFA, &H2C, &H1, &H0, &H1, &...
- Sat Aug 23, 2014 9:29 am
- Forum: Airconsole
- Topic: programming help on Visual Studio .Net (Baud Rate change)
- Replies: 2
- Views: 22054
programming help on Visual Studio .Net (Baud Rate change)
Hi Friends, I am looking for programming help with visual studio .net. I used Winsock control on my desktop application to connect with Airconsole using ip address 192.168.10.1. I want to change Airconsole's Serial setting, so I can change baud rate from 9600 to 115200. Please let me know if you hav...